Results 1 to 3 of 3

Thread: https post

  1. #1

    Thread Starter
    Frenzied Member vbgladiator's Avatar
    Join Date
    May 2001
    Posts
    1,950

    https post

    Hi,

    I want to connect to a website and run a functino that returns an xml result.
    I am suppose to emulate an HTTPS POST to run the function with parameters and get teh results. I never did that before, so can anyone point me in the right direction?

    Thanks,
    Don't anthropomorphize computers -- they hate it

  2. #2
    Frenzied Member
    Join Date
    Jul 2005
    Posts
    1,168

    Re: https post

    You may want to look into HttpWebRequest class.

  3. #3

    Thread Starter
    Frenzied Member vbgladiator's Avatar
    Join Date
    May 2001
    Posts
    1,950

    Re: https post

    Thanks, that got me started.

    I'm using the method post. How do I specify the form name? or the action?
    On this website, all pages are directed to 1 page, but with different action parameters. based on that parameter, a different xml result is given. how do I specify teh action?

    Thanks,
    Don't anthropomorphize computers -- they hate it

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