winhttp passing values

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • GTS

    winhttp passing values

    Hello,

    I have the following structure,

    Form page My Server 2nd server
    html ---------->My.asp------->2server.asp

    User can submit the form in html to myasp. In my.asp I am using winhttp to
    send the form values and some additional values to the other server's asp
    page without showing the user where the actual process is happenning.

    I have used the samples, but I am not getting the values in the 2nd server.

    How to get the values?

    Note: I dont want to expose the 2nd server in Myserver.
    MyServer can be from anywhere (ie. the myserver may not known by 2nd server)

    Any suggestions?

    Thanks

    GTS



  • Ray Costanzo [MVP]

    #2
    Re: winhttp passing values

    See your other thread.

    Ray at work

    "GTS" <gtskaran@hotma il.com> wrote in message
    news:egDGZa1jEH A.3852@tk2msftn gp13.phx.gbl...[color=blue]
    > Hello,
    >
    > I have the following structure,
    >
    > Form page My Server 2nd server
    > html ---------->My.asp------->2server.asp
    >
    > User can submit the form in html to myasp. In my.asp I am using winhttp to
    > send the form values and some additional values to the other server's asp
    > page without showing the user where the actual process is happenning.
    >
    > I have used the samples, but I am not getting the values in the 2nd
    > server.
    >
    > How to get the values?
    >
    > Note: I dont want to expose the 2nd server in Myserver.
    > MyServer can be from anywhere (ie. the myserver may not known by 2nd
    > server)
    >
    > Any suggestions?
    >
    > Thanks
    >
    > GTS
    >
    >
    >[/color]


    Comment

    Working...