The first obvious difference is that you are issuing a GET but setting the content type to "application/x-www-form-urlencoded" which is typically only used for POST requests where a request body exists.
The first obvious difference is that you are issuing a GET but setting the content type to "application/x-www-form-urlencoded" which is typically only used for POST requests where a request body exists.
"We can't solve problems by using the same kind of thinking we used when we created them." -- Einstein
If you are posting code then please use [code] [/code] tags around it - makes addressing the problem easier.
Bookmarks