Page 1 of 1

Re: Cannot retrieve postdata on BeforeBrowse event

Posted: Tue Aug 22, 2017 4:39 pm
by salvadordf
Hi,

The POST data is not always available in the OnBeforeBrowse event.

I've just uploaded a new demo called PostDataInspector that uses an alternative method to read that data.
It's a little more complicated and you can't modify the data but it works.

If you need more control over the POST data register a custom scheme. Take a look at the SchemeRegistrationBrowser for that.