CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2009
    Posts
    87

    How to open url with Http Method POST?

    Hi,

    Present i am using ShellExecute to open the specified url with parameters.
    Now i have a request to open url with http method POST.
    Please guide me how to do this.


    Thanks in Advance.

  2. #2
    Join Date
    Mar 2004
    Location
    Central Florida
    Posts
    293

    Re: How to open url with Http Method POST?

    "Effective teaching is the essence of leadership..."

    "There is no substitute for a carefully thought-out design."

    If you have found this post to be useful, please Rate it.

  3. #3
    Join Date
    Jun 2009
    Posts
    87

    Re: How to open url with Http Method POST?

    Thank you for your quick reply,

    My requirement is to open default(system default) browser with POST method.

    Thanks.
    Bharath

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