Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Login to URL w/InitFromWeb
#1
Hi!
I try to read page on Amazon seller account:
Code:
Copy      Help
d.InitFromWeb("https://sellercentral.amazon.com/gp/orders-v2/list?ie=UTF8&useSavedSearch=default")
d.GetForm(0 s _s)
It will not deliver the target page but sends login page instead:
out _s
>>>>>>>
name=widgetToken
value=some_code_here
type=hidden

name=rememberMe
value=false
type=hidden

name=username
value=
type=text

name=password
value=
type=password

name=metadata1
value=bogus_stuff_here
type=hidden
<<<<<<<<<

Is there the way to login to the account and then get the page from web not from browser?
I am able to login thru browser win but this way Amazon only let me continuously read pages in browser only. That is hassle in my app.
I use IE and last versions of everything.
Thanks,
-vladi


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)