↧
Answer by Spikeh for Advanced HTTP POST Protection?
This is an off the cuff response based on a very similar experience I had recently. In the end, after days of trying to get consistency across requests that I was sending to various installations of...
View ArticleAnswer by rluta for Advanced HTTP POST Protection?
If your generated request is exactly the same as the browser request but still fails, I would investigate the resources loaded by the submission page, it may contain an pixel tag that is used as a...
View ArticleAnswer by SilverlightFox for Advanced HTTP POST Protection?
Since you have a cookie named xsrf I would guess this is a cookie for CSRF protection.If you look at the response from the GET request your software makes is there a hidden field containing a...
View ArticleAnswer by Nishchay Sharma for Advanced HTTP POST Protection?
There is no error being returned from the web server. The response code is 200. The only difference is when the quote is successfully submitted the page will include the text "Quotation Successful"....
View ArticleAnswer by drankin2112 for Advanced HTTP POST Protection?
If I were in your situation, I would try doing things to get more information to trouble shoot with. Here are some off the top of my head.Open a new windows form and put a webbrowser control on...
View ArticleAnswer by El Zorko for Advanced HTTP POST Protection?
You may be way ahead of me, and it seems rather outré, but is it possible they're using some form of temporal or request-conditional protection? For example:You must request X page and Y page before...
View ArticleAdvanced HTTP POST Protection?
I've been stuck here for about 24 hours on a problem I can not get my head around.The insurance company I work for rely on requesting quote data from a number of websites, some for analysis, some for...
View Article
More Pages to Explore .....