Hi,
I'm pretty new to CGI/Apache programming... but I think this should be fairly easy for the right person:
How do I set a custom (non-default) response string (or value) to be returned by my cgi script?
Right now...200 is returned all the time..unless the script fails for some reason..and then the 500 (going from memory) is returned.
can the cgi "die" be used somehow - with my changing the response value?...or is there another way?
My app is doing credit card verifications..and I want to return say one value for authorized and other for declined.
I've done a bit of research...and tried a few things..but, it's always 200 or 500 no matter what I try.
Thanks in advance for your help.
David Beyer
voice_personals@hotmail.com
I'm pretty new to CGI/Apache programming... but I think this should be fairly easy for the right person:
How do I set a custom (non-default) response string (or value) to be returned by my cgi script?
Right now...200 is returned all the time..unless the script fails for some reason..and then the 500 (going from memory) is returned.
can the cgi "die" be used somehow - with my changing the response value?...or is there another way?
My app is doing credit card verifications..and I want to return say one value for authorized and other for declined.
I've done a bit of research...and tried a few things..but, it's always 200 or 500 no matter what I try.
Thanks in advance for your help.
David Beyer
voice_personals@hotmail.com