Hypertext Transfer Protocol is an application level network protocol that is used for the transfer of content on the World Wide Web.
0
votes
0answers
3 views
How to handle plain text server response in AngularJS?
I am new to AngularJS, and building an app that will interact with a server. The server has a REST API, but responds to some methods with plain text, and to others with JSON. I have implemented a ...
0
votes
0answers
7 views
How to build a post request in PHP analogous to command line CURL
I am trying to post to the helloSign API to send a signature request ( http://www.hellosign.com/api/gettingStarted ). Using https://github.com/agentile/HelloSign-PHP , I have been successful ...
0
votes
0answers
11 views
How i can handle http requests in perl?
I tried to use CGI.pm, but it can't handle PUT requests.
I'm building a REST API, so I need methods PUT, GET, POST and DELETE.
Any ideas?
1
vote
0answers
34 views
POST request becomes GET
I am developing an Android and a server application in Java.
The server application runs on Jetty. The Android application is emulated on the same computer.
The Android application sends a POST ...
0
votes
0answers
8 views
Multilingual ASP.NET application and HTTP request without Accept-language
I'm developing a multilingual ASP.NET MVC3 application that identify the preferred language of the browser and select that as the default language. The application works great when HTTP request ...
0
votes
1answer
8 views
How to Compare URLs Case-Insensitively?
I'm trying to match the request URL sent to my ASP.NET application case-insensitively because bots or users might mistakenly request a non-canonical form and I need to redirect them.
Which one of the ...
-6
votes
1answer
46 views
How to develop Monitoring Website, technical analyse [on hold]
I have a special question well I need to know technologies behind monitoring website like pingdom.com
What is the beneficial language to use to develop this platform ? what library we can use ? What ...
2
votes
1answer
20 views
What is the HTTP response code for failed HTTP Delete operation?
I have a resources with uri /api/books/122 , if this resource doesn't exist at the point where a client sends HTTP Delete for this resource, what is the appropriate response code from this action? Is ...
2
votes
0answers
13 views
Why 505 Http Version Not Supported on public WiFi?
I've been getting a 505 'Http Version Not Support' whilst trying to access Azure storage recently. It took me a while to figure out that it was only happening on public WiFi (e.g. First Great Western, ...
0
votes
1answer
15 views
Hyphen in parameter name for HTTP request
I'm trying to send a HTTP GET request to a Google API that requires a parameter with the name "end-date" (with a hypen, not underscore). However, the following error gets thrown:
unexpected ...
0
votes
1answer
14 views
angularJS, real time on $http get JSON and check method
I have a Json object made by RoR method in a controller, sending a Json with a Time.
The database is fill often by a smartphone. The RoR application build the Json file and my angular Service is ...
-1
votes
3answers
31 views
Getiing defferent results while accessing the same website at different locations? [on hold]
I was trying to access the same website at different locations, with different timezone and different ip addresses. The website responses differently, it seems that it was based on the ip address. How ...
2
votes
0answers
14 views
Should the browser cache HTTP Auth credentials sent via Ajax?
I am building a static website with restricted access. I have configured the server to protect a subfolder (say www.example.com/restricted) with HTTP Basic Auth.
Now, I do not want to use the standard ...
0
votes
0answers
8 views
How do I combine two sites into one with rewrite rules and redirect
I'm in need of some guidance....
I have two live sites oldsite1.com and oldsite2.com (with thousands of page views per day)
I have imported all the data and users and developed newsite
I have a big ...
-3
votes
0answers
28 views
Failed to load resource: the server responded with a status of 404
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:3024/WebPages/Scripts/jquery-1.4.1.min.js
jquery-1.4.1.min.js file's content is default and ...