I implemented a WebPolicyDelegate and the ...decidePolicyForNavigationAction:... method.
It works fine, I get among other things the HTTP method [GET|POST] but what I can’t find is the actual GET and POST data. Where or how should I get it?
I implemented a WebPolicyDelegate and the …decidePolicyForNavigationAction:… method. It works fine, I get among
Share
How about:
GET data is just the query string of the URI.