CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Location
    Shanghai China
    Posts
    8

    How to use HttpOpenRequest() for "POST" method

    Urgent,
    I write a application for get CGI web page( which used POST method ),
    but it did not work because The cgi didn't read my paraments.
    How can I use the HttpOpenRequest() function for "POST" method!!!


  2. #2
    Guest

    Re: How to use HttpOpenRequest() for "POST" method

    HttpOpenRequest::
    lpszVerb
    Address of a string that contains the verb to use in the request. If this parameter is NULL, the function uses "GET" as the verb.
    Mabe you can try this
    OpenRequest



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured