A request is a message sent by a source to another object.

learn more… | top users | synonyms

0
votes
0answers
3 views

Tableview with data from sendAsynchronousRequest

I'm trying to play around with loading data from JSON URL (iTunes top 10 albums). Basically I have a tableView, which should get the data from the JSON, and an NSURLConnection object, which does the ...
0
votes
2answers
23 views

before waiting a response from other script, echo something on screen in php

I have a structure like: echo 'something' on x.php; x.php -> Requests to y.php; while(x.php -> waiting Response from y.php) do something; but it did not work, because server ...
-7
votes
2answers
51 views

How can I connect JavaScript to PHP? [on hold]

I need to create a HTTP request from JavaScript to PHP and send a big string to the server as a file. I can make this in Java, but I need it in JavaScript. What I have in Java: private static String ...
0
votes
1answer
19 views

Convert form request data to xml in cakephp

I'm trying to convert all the form data in a cakephp request object to xml and then convert that to a string so that I can place it in a (blob) column in a mysql table. I'm trying to do this current ...
0
votes
0answers
4 views

Request.UrlReferrer throws null exception

I have a web page say for ex: http://mysite.com/index.aspx and this page will be invoked from my client end which is a web application not sure about the platform! whether it could be c#, java, php ...
0
votes
1answer
20 views

Can I make my OData request in JSON format?

I know OData supports responding in JSON format when it's given the appropriate Accept header: Accept: application/json Some articles say you'll need to specify odata verbosity otherwise you'll get ...
-1
votes
3answers
37 views

How many sql requests per page does Facebook make? [on hold]

Hello I'm a web developer/designer and I used to work on small projects but this time am building a relatively big website. It's called AlterEgo.im (http://alterego.im/) and it's a social website so ...
0
votes
0answers
7 views

Can not send attachments via multidict as suggested in mailgun Api

I'm using python 2.7 and requests This is taken from mailgun's docs : def send_inline_image(): return requests.post( "https://api.mailgun.net/v2/samples.mailgun.org/messages", ...
0
votes
0answers
15 views

Symfony2 : Functionnal testing in Request Scope using a Service depending on a Request Listener Service

I'm new with services and phpUnit. So I'm trying to test my (working) services. Here is my services.yml : services: history_cookie: class: ...
0
votes
2answers
35 views

How to send hidden request to page?

Is there possibility to make computer enter website www.example.com/something.php?something=something, without that user sees it? I am in mind to make user start program, VBS script goes to website ...
1
vote
2answers
52 views

GoogleDrive SDK- searching files inside a folder

I am trying to get all the items underneath a specific folder. I was using this documentation: https://developers.google.com/drive/v2/reference/files/list And based on it I wrote the following: ...
0
votes
1answer
15 views

Send an ajax request only when data has to be loaded for the first time

I have a question. I have been working with Ext JS for quiet a while and I just couldn't figure out how to solve this issue. I have a tree with some nodes and when I click on this node, a tab will be ...
-2
votes
0answers
16 views

Ajax send request to encrypted php file

how are you ? I am wondered to know how can i send ajax request to encrypted php file and get the result. The php file is encrypted using this class class Encryption { const CYPHER = ...
0
votes
1answer
38 views

GET and POST request not working for a ip-address (Internal server error)

I am working on an application which I have to migrate to another server i.e. Amazon.Now I created an EC2 instance,configured it and installed the application.All is fine but my ajax requests are ...
0
votes
0answers
15 views

Language Issue in Request Dialog Box

I am facing one problem with a language friendly application. When I want to invite a friend using Graph API, the dialog is shown in different language as per user's own language but only one word ...

1 2 3 4 5 206
15 30 50 per page