I have the following problem, I am trying to scrape a website with a python script but i have the following error, even when checking the website manually (I am inspecting the Network tab, looking for the GET request then click copy – copy response)
I cant find the words : “Welcome Maximilian” , “My Orders”, “My Details”. I dont get why I am not able to find these values.
When looking at the response i see tons of JS Code is that the issue maybe ?
This is the response :
requests.get
https://pastebin.com/Yauuifzq
My Code is simply logging in (which works fine) then getting the Account Page and check if the response.text contains these values.
I’ve been trying to find a solution to this problem the past few days but can’t seem to solve the problem