Not adding item to cart
I wanted to test it out before leaving it running all night by using an item that is in stock (RAM), but it just keeps refreshing the newegg landing page, and doesnt add the item to the cart and bring me to check out, even tho if i can do it manually using https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16820232862 . i have auto complete set to false, since i just wanted to test everything
EDIT: Update; now it doesnt even log me into newegg half time time. I would try debugging it and going step by step thru it, but I never really work with javascript, and visual studio is not being cooperative and letting me step thru like i can with python, ruby or c#
Yea, it is doing the same to me. When I stop the script, I cannot go into the cart page manually using the bot browser, but can do so using my normal firefox browser. Possible there is something blocking a bot browser from going into the cart page?
Using developer tools, it shows a 302 for trying to access the cart page
Then the next call is a 307 temp redirect for "are you human" URL.
Then after that is a 200 for / of www.newegg.com....so I am assuming the "are you human" url is detecting the bot browser and redirecting me to newegg home...am I correct in my assumption?