Wordpress xmlrpc for example a lot of security rules. 404,403,401 Don't you think that status code should be handled beacuse sometimes we just waste time? Why look for an answer if we can decide by status code? It is in headers already, so we can even skip downloading the body.
Yes it does, and it is fine. But headers are in general very good way to handle things. We can filter out the bad websites and avoid debugging them etc. if a server returns a status code ex. 503 we should trust the server that submission failed.
modify step condition page must have modify url condition
And these are really helpfull. I would like to get your input beacuse its something that holds me back. Aswell as the priority of page must have url must have over submit messages.
yea will have to add it there as well, but that needs more work and Im not in office to do that changes. It might come but not on next update. ** should work as well.
Comments
Don't you think that status code should be handled beacuse sometimes we just waste time? Why look for an answer if we can decide by status code?
We can filter out the bad websites and avoid debugging them etc. if a server returns a status code ex. 503 we should trust the server that submission failed.
edit: false positives are pain in the ...
In engine.ini
whoops... not working for me
httpstatus:401,402,403
modify step condition
page must have
modify url condition
page must have
modify url condition
And these are really helpfull. I would like to get your input beacuse its something that holds me back. Aswell as the priority of page must have url must have over submit messages.
modify step condition with httpstatus:404 and negative match works
(i have to create sample projects for you so you can use them to debug)