02-28-2016, 08:43 PM
Hi!
I try to read page on Amazon seller account:
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
I try to read page on Amazon seller account:
d.InitFromWeb("https://sellercentral.amazon.com/gp/orders-v2/list?ie=UTF8&useSavedSearch=default")
d.GetForm(0 s _s)
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