while going thru programs i came thru this
String msg = "CONNECT " + url.getHost() + ":" + port + " HTTP/1.0\n"
+ "User-Agent: "
+ sun.net.www.protocol.http.HttpURLConnec...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20844736.html
Zones:
JavaDate Answered: 02/21/2004 Rating: 8.0 Views: 0
I used LWP::useragent
but says that it requires version 5.64 but i have only 5.48. Can i get the new version from any site ?? OR is it not a free downloadable one ??
The problem is i get an error...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20510293.html
Zones:
PerlDate Answered: 11/10/2003 Rating: 7.6 Views: 0
Does anybody know if it is possible to run the module:
use LWP::UserAgent
on Hypermart ? (Hypermart is a free host)
If it doesn't work on Hypermart I need an other FREE host which does suppo...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20104700.html
Zones:
PerlDate Answered: 04/12/2001 Rating: 9.8 Views: 0
Hi there
im having difficulty accessing a Java based web applicaiton with Mozilla FireFox. IE works fine!
i believe there is a way of changing the UserAgent to 'disguise' FireFox as another b...
http://www.experts-exchange.com/Software/Internet_Email/Web_Browsers/Q_21791604.html
Zones:
Web BrowsersDate Answered: 03/28/2006 Rating: 9.0 Views: 0
Is it possible to detect what browser a site visitor is using with coldfusion? If not, how can I pass a javascript variable to coldfusion?
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_11703538...
Zones:
Cold...Date Answered: 11/02/2000 Rating: 7.8 Views: 0
I'm looking for a way to establish a connection to a server using a SOCKS proxy instead of the supported protocols for LWP::UserAgent (HTTP, etc.). If this is not possible, is there a module simila...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20806171.html
Zones:
PerlDate Answered: 02/01/2004 Rating: 8.2 Views: 0
I am using Delphi 5 and my application uses the Indy HTTP component that came with the Pro version.
I am having a problem with the retrieved text from a web page. I am trying to retrieve a web ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21207962.html
I have a site where users can submit url's of files for download
This is then included into a searchable database.
Currently i check the url is valid using the LWP::Simple module
I can not use...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20785143.html
Zones:
PerlDate Answered: 11/02/2003 Rating: 8.8 Views: 0
Hello experts,
Is there a simple way in Delphi 2007 for Win32 to get the exact UserAgent IE browser uses?
To view your browser's user-agent string, type the following into the address bar:
j...
http://www.experts-exchange.com/Programming/Languages/Q_23934640.html
i do some screenscraping using groovy.
how can i set or modify the UserAgent that is sent with the HTTP request? i currently see it in my apache access logs as "Java/1.5.0_16" (which is the JDK ...
http://www.experts-exchange.com/Programming/Languages/Java/Groovy/Q_24481065.html