Top "Http-get" questions

HTTP GET is a request method which should be used to retrieve data and should not change state of the server.

Are querystring parameters secure in HTTPS (HTTP + SSL)?

Do querystring parameters get encrypted in HTTPS when sent with a request?

security https http-get
Writing image to local server

Update The accepted answer was good for last year but today I would use the package everyone else uses: https://…

node.js http-get
How to use HTTP GET in PowerShell?

Possible Duplicate: Get $webclient.downloadstring to write to text file in Powershell Powershell http post with .cer for auth I …

http powershell http-get
How do I print the content of httprequest request?

I've got a bug involving httprequest, which happens sometimes, so I'd like to log HttpGet and HttpPost request's content when …

java android http-post http-get
How to pass complex object to ASP.NET WebApi GET from jQuery ajax call?

I have the following complex object in JavaScript which contains filter options var filter={caseIdentifiter:'GFT1',userID:'2'}; …

c# ajax json asp.net-web-api http-get
How to use verb GET with WebClient request?

How might I change the verb of a WebClient request? It seems to only allow/default to POST, even in …

c# webclient http-get
What 'sensitive information' could be disclosed when setting JsonRequestBehavior to AllowGet

I've been getting the same old error every time I test a new URL from my browser's address bar when …

asp.net-mvc json security http-post http-get
HttpPost vs HttpGet attributes in MVC: Why use HttpPost?

So we have [HttpPost], which is an optional attribute. I understand this restricts the call so it can only be …

asp.net-mvc attributes http-post http-get
Standardized way to serialize JSON to query string?

I'm trying to build a restful API and I'm struggling on how to serialize JSON data to a HTTP query …

json serialization query-string http-get
Multiple HTTP GET parameters with the same identifier

Let's say I am getting requests such as: http://www.example.com/index.php?id=123&version=3&id=234&…

php parameters http-get