I connect to two servers (PROD is https, test server is http) on my applicaitons. on J2ME: I can connect to this two servers without a problem.
I write a script for automatically posting status to social network from rss. For posting I use just urllib and urllib2 and if I run my script from command line - it\'s work. But when I upload it to G
I am trying to read the response from a page on localhost. I have the following code: HttpClient httpclient = new DefaultHttpClient();
We\'re authoring REST services, and there\'s a debate on what to do when someone requests a resource with a parent ID that does not exist.
I have a URL to fetch, that gives a HTTP 303 redirect : import urllib2 as web import sys url=\'http://sample.com\'
My system is Windows XP SP2 and my weserver is Microsoft Webmatrix. PHP works well but when i\'m trying to add db connection it gives http Error 500.0. The piece of code that issues error
I\'ve created a program that parses html pages. I use jsoup connect function within a callable class inside ThreadPoo开发者_开发问答l. The problem is that I\'m connecting to the same website and with
I want all 401 errors to be be redirected to a custom error page. I have initially setup the following entry in my web.config.
Im using ubuntu and XAMPP for linux and I have a problem when I try to upload an extension greater than 500kb in Joomla, I get an \"HTTP Error 500\"
I keep getting a <h1>Length required</h1> error, when submitting a post string to a server.