Hypertext Transfer Protocol is an application level network protocol that is used for the transfer of content on the World Wide Web.

learn more… | top users | synonyms

0
votes
0answers
14 views

Android failed to use HTTP method POST

So, I have this code in my Activity (layout is supporting user interface for button which triggers method onSaveRegistrationClick): public void onSaveRegistrationClick (View view){ postData(); ...
0
votes
1answer
9 views

How do I forward/redirect all requests from HTTP to HTTPS in NancyFX SelfHost?

I'm trying to get it so that any requests made to: http://<myserver>:1234 are redirected to: https://<myserver>:1234 I've tried using "this.RequiresHttps()" in modules, but when I hit ...
0
votes
1answer
17 views

White space at the bottom of web page

Iv been editing this web template for the past few days but when a section is removed the page length stays the same. Everything seems fine with the css and I dont spot anything in the html. I am a ...
0
votes
0answers
22 views

Flash REST json connecting to remote server error 2032

I have a game which needs to connect to REST api. The api is already on server, I'm running game on localhost. The code for connecting looks like this: public function Init():void { ...
0
votes
1answer
6 views

Varnish and ESI HTTP AUTH

I'm very lost on this problem, and I don't know where could be the problem, so, I hope that you could help me. I have an HTTP BASIC authentification with symfony, and I'm trying to reach an url which ...
1
vote
1answer
9 views

Detect HTML encoding when NSURLResponse returns nil for textEncodingName

I'm loading a website HTML using this call - NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:url]; [request setValue:@"utf-8" forHTTPHeaderField:@"Accept-Encoding"]; ...
0
votes
1answer
10 views

Zend 2.2 response in the Controller

I try to make an http authentiction for one of my module using Zend framework 2.2, my code is strongly inspired from the official documentation, in there is : $request=$this->getRequest(); ...
0
votes
0answers
23 views

AngularJS $http not firing get call

I have a question about firing $http.get from multiple sources in AngularJS. Code below is quite simple: I have $scope.test function which is click handler for one button in HTML. This $http.get ...
-1
votes
0answers
16 views

Making a Redirect HTML page reachable by a Back Button?

I have a web site where I would like users to go through a redirect page when they leave the site from an external link( below ). The idea was that if they back-button from the external site they ...
0
votes
0answers
6 views

IIS7 Modify response body

I've been looking high and low for a way to do some pretty basic string-replace on the HTML-body of a response. I'm looking for a way to replace "codes" in my HTML with values pulled from the URL ...
0
votes
0answers
21 views

How should I set a HttpURLConnection to be the same as a HttpServletRequest?

I have a server, and I want to forward the requests to an other server (maybe with modifications). I use HttpURLConnection to connect to the second server (from the first server). I can get a lot of ...
0
votes
1answer
10 views

Load early created object when servlet request coming

I am creating Map with data when the 1st request coming to servlet, then return it to JSP page, from that JSP page there is a another request coming to servlet and i want to have early created Map ...
0
votes
1answer
41 views

localhost working fine but phpmyadmin is not

I have installed Wamp Server 2.4. Installation goes fine. I am able to log into the the localhost. Everything works fine (includes the sqlbuddy and webgrind), except the phpmyadmin page. Can you ...
0
votes
0answers
7 views

There is a confusing thing about 400 bad request when send a http request to nginx manually

Now, I set up a file system on my own computer with nginx.When I visit a URL by browsers, it's perfect fine, but when I send a http request by myself using my own program, I will get a page "400 bad ...
0
votes
1answer
23 views

Convert existing ASP.NET web site from HTTP to HTTPS

I am developing a website and thinking about whether it will be published as HTTP or HTTPS. Is there any code difference between HTTP and HTTPS website?

1 2 3 4 5 1206
15 30 50 per page