
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.thelinuxwiki.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.thelinuxwiki.com/index.php?action=history&amp;feed=atom&amp;title=web_login_using_curl</id>
		<title>web login using curl - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.thelinuxwiki.com/index.php?action=history&amp;feed=atom&amp;title=web_login_using_curl"/>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=web_login_using_curl&amp;action=history"/>
		<updated>2026-09-15T09:39:06Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.21.5</generator>

	<entry>
		<id>http://www.thelinuxwiki.com/index.php?title=web_login_using_curl&amp;diff=427&amp;oldid=prev</id>
		<title>Nighthawk: Pushed from Themanclub.</title>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=web_login_using_curl&amp;diff=427&amp;oldid=prev"/>
				<updated>2013-07-10T15:41:31Z</updated>
		
		<summary type="html">&lt;p&gt;Pushed from Themanclub.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;get correct login url&lt;br /&gt;
&lt;br /&gt;
run lynx against random url, yahoo.com to capture the redirect url from a redirection sent by blocking device&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
== web login with curl ==&lt;br /&gt;
 curl --insecure -c /home/johndoe/.curl_cookies.txt -d &amp;quot;username=johndoe&amp;amp;password=abc123&amp;quot; http://hotspot.gtel.com.mx/login? |grep &amp;quot;If nothing happens&amp;quot;&lt;br /&gt;
&lt;br /&gt;
where &amp;quot;if nothing happens&amp;quot; is a positive indication from the successful login page&lt;br /&gt;
&lt;br /&gt;
hotspot vendor:  https://www.wifi-soft.com/&lt;br /&gt;
&lt;br /&gt;
hotspot vendor hosted login url:  https://www.wifi-soft.com/portal/bbg/lomeli/index?location=riupacifico&lt;br /&gt;
&lt;br /&gt;
[[category:misc]]&lt;/div&gt;</summary>
		<author><name>Nighthawk</name></author>	</entry>

	</feed>