HTTP Request is a message within a request/response sequence, according to HTTP specification. May also refer an HttpRequest class in software frameworks and libraries that automates relevant functionality
0
votes
3answers
20 views
Attach requestbody to jQuery ajax
So I am trying to attach a data to my requestbody while sendign using JQUIRY ajax.
If I tried to do it using the extension RESTCLient is either firefox or chrome it works fine, which means that my ...
-1
votes
0answers
21 views
WebPage throws statuscode 200 when really is 404
I'm in this strange problem.
This webpage will throw a "404" the first time I check it: http://www.mp3crank.com/releases/12549/page/1
...But if I try to check it more than once then it will throw a ...
0
votes
0answers
9 views
My Macbook can't send out OPTIONS request anymore
I guess this is a rare issue since I have googled the answer for days but seems like no one has run into this before. What happened is my computer could make OPTIONS requests out to remote servers ...
1
vote
0answers
17 views
When sending a GET or POST request from the client to the server should appear dimming the screen and the message “Please wait ..”
Sorry for my english.
Development of the project: asp.net, c #.
The essence of the problem:
When sending a GET or POST request from the client to the server should appear dimming the screen and the ...
0
votes
1answer
45 views
Do I need to investigate HTTP 401 cached by Fiddler during the HttpWebRequest post to ASP.NET WebApi server
I am totally new to WebApi and WebRequests and other things.
After hours of goggling finally I managed to do POST using C# and HttpWebRequest.
When I do HttpWebRequest in debug mode using Visual ...
0
votes
0answers
7 views
the name clientresponse does not exist in current context
I'm implementing OpenID in mvc3 razor code,(i use nerddinner openid example in razor) I use dotnetopenauth , I get this in authcontroller.
I use Assembly DotNetOpenAuth.dll, v2.0.50727
This is my ...
0
votes
0answers
8 views
How to hide my ip from http request to JSON database
I am developing a website on ASP.net and I want to hide my ip address from the header of the http request to json server. Is there anyway to do that? or full information should be always included?
...
1
vote
2answers
41 views
How to generate request using JSP?
well I'm doing a web application, which processes a file after it's done uploading and I want somehow the user to to be able to get some info about the progress. Now I was thinking of creating a jsp ...
-2
votes
1answer
52 views
how to get Http Request from website by Windows App in C# [closed]
I send one Http Request for specific URL and want That URL send me feedback through a response. I know how to send a request but I don't know how I can get a response from that URL
thanks!
1
vote
0answers
26 views
Sending SSL Certificates with ActiveXObject WinHttpRequest
I need to send a SOAP envelope to a URL but the connection requires certification. Trying to submit without returns:
WinHttp.WinHttpRequest error '80072f0c'
A certificate is required to complete ...
0
votes
2answers
21 views
what is HttpRequestMessage equivalent in .NET 4.0
in .net 4.5 I am using HttpRequestMessage
public HttpResponseMessage Post(HttpRequestMessage request, TourCreateRequest tourCreateRequest)
What can I use for .NET 4.0 that I can use similarly to ...
0
votes
1answer
37 views
App crashing becuase NSArray objectforkey: Objective C
I am trying to parse some Json with Objective C.
My problem is that I am getting the correct json back but when I try parse some of the json my app crashes.
// i will use a code from connect to DB ...
0
votes
2answers
38 views
how can i get the PortletRequest
My problem is to obtain PortletRequest from HttpServletRequest
I put this sentence:
PortletRequest request = (PortletRequest) HttpServletRequest.getAttribute();
What should i put into the ...
1
vote
0answers
17 views
VB to download torrent, deflate gzipped section selectively
Apologies if this is a basic question, i'm a very casual programmer.
I'm writing a program which will search for torrents, grab them based on certain criteria (one being that they are indicated as ...
0
votes
1answer
28 views
Respond with javascript to an HTML request?
Is it possible to respond to an HTML request with javascript? By this I mean that I don't want the page to be refreshed and plus execute some javascript code. I wonder if this is possible by changing ...
0
votes
2answers
27 views
How many simultaneous connections per domain does Safari on iOS allow?
I'm just wondering how many simultaneous connections per domain does iOS Safari on iOS allow?
I've got a web page that uses long polling (up to about 40 seconds) and I am under the impression that ...
-3
votes
0answers
24 views
What is the java equivalent code for the given curl command with -T? [closed]
Please can any one let me know the java code for the given below curl command?
curl -i -k -T test.txt .....
Basically I try to upload a file and here this command has -T without any PUT or POST ...
0
votes
1answer
88 views
Get full URL and query string in Servlet for both HTTP and HTTPS requests
I am writing a code which task is to retrieve a requested URL or full path. I've written this code:
HttpServletRequest request;//obtained from other functions
String uri = ...
1
vote
3answers
32 views
PHP multidimensional array key collapse
I'd like to collapse a multidimensional array so that
$arr = array(
'first' => array(
'second' => array(
0 => 'foo',
1 => 'bar'
)
)
);
...
0
votes
0answers
27 views
Cast HttpServletRequest to PortletRequest
Hi i need some help for this problem i hope you guys can help me
I have this code:
protected void buildPdfDocument(Map modelo, Document document, PdfWriter pdfWriter, HttpServletRequest request, ...
0
votes
2answers
26 views
jQuery GET Data from a select-option
I would like to send GET-Data from a Form-SELECT to a PHP-Script.
Actually I've the following parts:
$.myload = function(query) {
$("#output").load("my_php_script.php");
}
The HTML:
<form ...
0
votes
0answers
17 views
How to send SOAP via HttpRequest in VB6
Now I'm working with SOAP in VB6 and I have some trouble.
What I need is to send SOAP to web server and save the result into a XML file.
Here is HttpRequest sample scraped from the site.
For more ...
1
vote
1answer
24 views
Perl: Using HTTP::Request::Common to post with authentication
I tried to use HTTP::Request::Common to do a post to a URL. Unfortunately, it doesn't seem to work with authentication, and I had to switch back to plain ol' HTTP::Request. If I didn't need the ...
0
votes
0answers
4 views
Force.com Site Post Form Data & Redirect to External Site
I have a Force.com site in which I have APEX Forms. I wish to perform the following behaviour from one of my forms.
On a user entering their form data the form action will post the data to an ...
0
votes
2answers
40 views
window.open with French characters in the url
I use window.open to open a popup with French accented characters in the url.
When a new popup opens, I see the French characters properly displayed in the url.
ie.
...
0
votes
2answers
45 views
Do not allow “.xml”/“.html”/“index” in URI?
I'm going through Lift's basics in Section 3.2 SiteMap of Simply Lift and one thing struck me.
Using the default SiteMap code, you can ask for, say, info view in three ways:
GET /info,
GET ...
0
votes
0answers
29 views
Grails g:if tag test request URI
I am somewhat new to Grails and not sure how to accomplish this. I am dealing with a navigation list in my gsp file. What I am trying to do is test whether the request URI starts with a given string ...
0
votes
0answers
17 views
gettext-commons per-request locale in servlet
The gettext-tutorial states that
The preferable way to create an I18n object is through the I18nFactory. The factory caches the I18n object internally using the the package name of the provided ...
0
votes
1answer
30 views
Using AFNetworking to GET public files from S3 and receive 403
I am trying to download PDF files from our S3 storage. The files are public, and can be accessed through a browser.
When using AFNetworking I receive a 403. The code looks like this
AFHTTPClient ...
1
vote
1answer
18 views
Why i am getting this: getaddrinfo url returned an error?
I am making an htpp connecton inside the onoptionitemselected function.
Here is the function:
@Override
public boolean onOptionsItemSelected(MenuItem item) {
// Handle item selection
...
0
votes
1answer
51 views
French characters encoding issues è is displayed as è in java
I am using a html form to input strings in French. When I read the strings on the server side (Java), some French characters don't get displayed properly.
For example,
è has turned to è
I am ...
0
votes
2answers
49 views
How do I send a POST request to the page after it has been opened using Python?
I want to send a POST request to the page after opening it using Python (using urllib2.urlopen). Webpage is http://wireless.walmart.com/content/shop-plans/?r=wm
Code which I am using right now is:
...
0
votes
1answer
66 views
Passing properties from custom object to controller returns (null)
I wrote a custom class to handle HTTP requests and in result I would like to get an NSString with BODY for next request but when I try to pass this newly created BODY from this object all I get is ...
0
votes
1answer
18 views
NSInvalidArgumentException in sending POST request to HTTP
I'm writing simple code which is sending me response from http server after sending a POST request to it but if I try moving everything to another file XCode shows me this error:
Terminating app ...
0
votes
2answers
38 views
How can I make two simultaneous Http Requests with Loopj AsyncHttpLibrary in Android?
I am using Loopj AsyncHttpLibrary for an android application. My purpose is to show a page containing some questions and corresponding answers. The Rest API, that I am coding against, serves questions ...
0
votes
2answers
45 views
Trying to do custom listview but it has error when I try to connect with database
I have been searching about how to bring data from mysql and show them with custom listview. Now, I found a problem with Http request. Could anyone please help me check this code? I cannot find out ...
0
votes
2answers
39 views
Solution for downloading hundreds of files asynchronously
I have an app in which the user may need to download up to 760 files, totaling around 350MB. It is not possible to zip these files, they must be downloaded as loose files!
I'm currently using Android ...
6
votes
1answer
98 views
Requests hanging on Session module on IIS 7.5
From time to time, some requests on my website starts to hang on the RequestAcquireState state of the Session module. When that spiral begins all requests timeout and we need to restart the IIS on the ...
0
votes
1answer
21 views
AFNetworking - Request method as a parameter
I'm seeing in AFHTTPClient documentation these pretty tasks for Making HTTP Requests:
- getPath:parameters:success:failure:
- postPath:parameters:success:failure:
- ...
0
votes
0answers
32 views
Issue with cookies during webpage parsing using Python
I am trying to parse a webpage using Python.
Problem: This page requires me to enter zipcode in the prompt window before loading. If I don't enter zipcode (parse the webpage directly) then webpage ...
1
vote
0answers
18 views
Plotted ab results of node, cluster and nginx, odd results? [migrated]
I did a test with ab -n 10000 -c 1000 against node.js with different configurations, each returning the string Hello World!. Results seems odd to me.
X axis is the number of requests, y is the ...
1
vote
1answer
38 views
How to check whether Application_BeginRequest is called for static resources like images on real IIS webserver?
We have an ASP.NET 4.0 website, and we use the Application_BeginRequest event in Global.asax to do some smart redirects. When debugging the solution under the local ASP.NET Development Server provided ...
0
votes
0answers
85 views
Android WebView and HttpRequest connect to NodeJs + passport
I have Android app with WebView and when my user login or createuser in this WebView everything go on correctly, i can go to private part of my WebApp, but i want make Android Activity for easier ...
0
votes
2answers
36 views
How to show video obtained from a http request in Android and iOS?
Here I got a URL. I can't provide the whole string but part of it is "http://*/video.mjpg".
When I open it with browser(firefox), it shows the video. When I analyze the package using Fiddler, it shows ...
0
votes
3answers
45 views
HttpServletRequest UTF-8 Encoding
I saw a lot of question like mine but not a single answer works...
Here's the thing : I want to get my parameters from the request (characters with accents) but it doesn't work. I tried to user ...
0
votes
1answer
119 views
Get data form HTTP POST request with multipart/form-data in Java (Spring)
I want upload file from flash, my raw request (cached with Fiddler):
POST /api/v1/exercises/uploadTableImage HTTP/1.1
x-flash-version: 11,2,202,228
Content-Type: multipart/form-data; ...
0
votes
1answer
72 views
http get request using angularjs
So I am trying to send Get request with angularjs
However I am getting this error
Error: Argument 'SimpleController' is not a function, got undefined
here is my code
var module = ...
0
votes
2answers
35 views
good technique to use sprite image
I am using sprite image for small icons. However what is the good way to arrange these icons in image file, as yahoo has arranged it vertically. Can Any body explain it why?
As we saw that if ...
0
votes
0answers
26 views
Using urllib/2/requests to download swf files from login site
I am leaving Uni soon but want to download some of the online lectures that I should find useful in the future. The files are Adobe Presentation files, they are composed of multiple slides in .swf ...
0
votes
0answers
26 views
Flex 3.6, Air 2.0 and URLRequestDefaults.idleTimeout
I've a big problem with my flex framework.
So far, i ran my application in a Air 1.5 runtime.
Lately, i had to migrate to Air 2.0 cause HTTPService gzip support.
Unfortunally, run my app with a Air ...





