Reputation: 22379
I am building a web crawler that needs access to JS generated content.
Everything works fine.
Basically it is a full blown browser I can communicate with using code. I can execute Javascript code on most sites as well.
However, when do a normal http request to a website, you would always be able to read the status code, 200, 400, 500 and so on.
When doing so through a browser, is it possible to read the status code for the main request using javascript?
Upvotes: 0
Views: 42