The problem occurs e.g. on http://ip-api.com/json
The site automatically redirects from http to https.
But the way how the OP posted it seems to work.
HOW TO @olegtut automatically check the 404(PROXY DEAD) every step? NEED HELP
-
I need to check the status code for each page(every step) , Because proxy easily to die , When 404, I need to automatically change the proxy and refresh the page .I want used the "Execute On Every Page Load In Browser" IS right? please give me some suggest,thank you .
-
@505167790 The way I solve that kind of problem is with if statement.
First I load the proxy. Then Get on the link, then Status (these are functions in Http Client). So I go to Script Logic choose IF expression. If [[SAVED_STATUS]]!=200 (200 is code for successfully loading page) then load proxy Get on the link, then Status and so on...Hope I helped