Re: How do I know it is POST or GET method through IWebBrowser2



"Sam Shi" <sam@xxxxxxxxxxx> wrote in message
news:OWhZUh4rGHA.3324@xxxxxxxxxxxxxxxxxxxx
Before the webbrowser_ctl begins to navigate a page, I need to know
the whether POST method or GET method it is in TranslateURL or
BeforeNavigator2..etc.

One of the parameters of BeforeNavigate2 event represents POST data. If
it's empty, it's GET request.
--
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: isset(), empty(), $_GET and $_POST problem
    ... > Yet when I fill out those form fields and submit, ... > the form with my tracing errors stating that those fields are empty. ... > it uses the POST method, so what could be adding that GET variable? ...
    (comp.lang.php)
  • Re: How do I know it is POST or GET method through IWebBrowser2
    ... the whether POST method or GET method it is in TranslateURL or ... One of the parameters of BeforeNavigate2 event represents POST data. ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • Re: post into hash table
    ... > The query string is probably empty, since it's a form submission via ... > the POST method, and forms always use & as the separator. ...
    (comp.lang.perl.misc)
  • Re: Post using Query String
    ... post data from the command line. ... you have to have another server convert ... > want to open needs parameters passed to it via the POST method. ...
    (comp.lang.java.programmer)
  • http request using fsockopen
    ... On the start of page B I check var $foo. ... Sending the POST data also though the POST method. ... I manually create a HTTP request to page C and use the fsockopen method to ...
    (php.general)