Results 1 to 3 of 3

Thread: Call CGI from ASP without data appearing on query string

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2000
    Posts
    12
    I have a form that submits data to a cgi program using the post method. I have written a asp program which calls the same cgi and hands it the data. The only problem is that when the cgi program sends the html to the user, the data I supplied is appended to the URL. I do not want the user to see this infomation.

    response.redirect("http://pcw0082/scripts/cgiclnt.exe/extrapathinfo/?name1=value1&name2=value2")

    Can anyone tell me how to stop the name/value pairs appearing on the address line ?.

    thanks.

  2. #2
    Guest
    Strange. You did say you are using the POST method, yet data is in the Query_String (try to make sure this is empty). I am not familiar with ASP, but somewhere, the GET method seems to be reading your data. I hope you don't see this as restating your problem, but try to make sure that you are not using GET.
    Also, POST reads from standard input and writes to standard output. Check that.

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2000
    Posts
    12
    Thanks. Company I work for have changed thier mind and told me to drop it. (always the way)

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