Re: OnBeforeNavigate2() has URL but no Post Data



Hi,

Thanks for quick reply. Actually I saw the 'http post data' from
HttpAnalyzerFull3 so I know there is some posted data sent to server. I
tested lots of web sites and most are OK with 'post data' but the 'post data'
is empty for some URLs. The javaScript has 'post command' and the callbck
did get called but the 'post data' is empty. Is there any reason/way to mke
the callback params with no 'post data' but only URL to navigate? Again,
thanks for your help.

--
CK


"Igor Tandetnik" wrote:

CK <CK@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
On my web browser control callback function OnBeforeNavigate2() the
URL is returned on the 5th parameter but the 'HTTP post data' is
empty.

Why do you expect it not to be empty? Are you submitting a form?
--
With best wishes,
Igor Tandetnik

With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925



.



Relevant Pages

  • Re: OnBeforeNavigate2() has URL but no Post Data
    ... I tested lots of web sites and most are OK with 'post data' but the ... command' and the callbck did get called but the 'post data' is empty. ... What do you mean, "post command"? ... Can you show the JavaScript code you are talking about? ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • handling upload variables in POST with LWP
    ... Following is the data of post that I have for a website. ... I need to post data ... using perl. ... I need them to be empty. ...
    (perl.beginners)
  • CHttpFile problem accessing HTTPS from ATL
    ... And i want to access from this component some secure web site ... to post data. ... Then i extract this code and put in separated dll. ... whatever i put as method it issue "GET" to the server and never "POST" ...
    (microsoft.public.vc.atl)
  • Creating POST data for Server.Transfer()?
    ... I want to programmatically create some POST data on a web server, ... I'm programming some buttons that link to PayPal's shopping cart. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: [PHP] accepting POST variables using CURL
    ... i have a HTML page when i submit the form i want ot read all teh POST ... There's the CLIENT which curl represents. ... You use curl to *send* POST data to the SERVER. ...
    (php.general)

Loading