Home > other > In the python crawler, XHR url cannot be accessed, the preview can see the content, how to climb?
In the python crawler, XHR url cannot be accessed, the preview can see the content, how to climb?
Time:09-18
As title, take the contents of the website XHR need to climb, to find the url, But the url can't open, shows that 404 The preview and the response has a json content, however, requires the content inside, consult each great god how python crawl?
CodePudding user response:
Add: get request
CodePudding user response:
It is ok to add a request header
CodePudding user response:
Thank you, I didn't think so important that I forgot the header