Results 1 to 1 of 1
Thread: Help parsing website
- 10-12-2011, 04:00 PM #1
Member
- Join Date
- Oct 2011
- Posts
- 1
- Rep Power
- 0
Help parsing website
Hey guys,
I've been trying to access a website to parse data for an Android application I am developing, but I am having no luck when it comes to logging in.
The website is https://giffgaff.com/mobile/login
And below is a stripped out version of the form from that page (HTML):
Can anyone please suggest how I can login to this website using Java?Java Code:<form action="/mobile/login" method="post"> <input type="hidden" name="login_security_token" value="b22155c7259f402f8e005a771c460670"> <input type="hidden" name="redirect" value="/mobile"> <input type="hidden" name="p_next_page" value=""> <input name="nickname" maxlength="25" type="text" value="" /> <input name="password" type="password" value="" /> <button name="step" type="submit" value="Login"><span>Login</span></button> </form>
If you would like to see for yourself how the login page behaves, here's some test login details:
Nickname (username): testingA
Password: testing
The site also seems to depend on a Cookie called "napaSessionId"
Thanks for any help (:
Similar Threads
-
hi i am new to this website
By educationforums in forum IntroductionsReplies: 3Last Post: 07-21-2011, 09:14 PM -
How to go to a website using variables then read whats on the website?
By technoreject in forum New To JavaReplies: 4Last Post: 07-02-2011, 03:28 AM -
Help with parsing website with regex please
By ozzyman in forum New To JavaReplies: 6Last Post: 04-09-2011, 10:14 AM -
How to download website (Get all link in website)
By finalmem in forum Advanced JavaReplies: 0Last Post: 11-12-2008, 08:43 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks