is our inhouse version of the asphttp.dll which also allows for https requests under IIS 4.0
http://<url>/<path>/merch.exe?<key>=<value>[<key>=<value>...]
Key |
Default Value |
---|---|
URL | secure.merchantonline.com |
Doc | /cocard/nph-ccard |
Post | - |
Secure | 1 |
Echo | 0 |
must be encoded for http. Spaces are replaced with plus signs, other non-alphanumerics replaced with thier hex value preceeded with a percent sign. For example: "James Newton" becomes "James+Newton", "last_name" becomes "last%5Fname". Some exceptions can, but probably should not, be made such as using periods without conversion to %2E.
Questions:
Comments: