Re: Cannot retrieve postdata on BeforeBrowse event
Posted: Tue Aug 22, 2017 4:39 pm
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.
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.