I need help!
my page is being called from a third party. Using a log program i have the URL to my website:
.... orderConfirmati on.aspx?TOFUPay mentOrderID%3dT EST004123 (URI Encoded)
my problem is that when i do a request.params["TOFUPaymentOrd erID"] i get nothing when the request came from the third party. If i copy paste the URL into my browser. i get the Param.
I need some ideas.
thanks
my page is being called from a third party. Using a log program i have the URL to my website:
.... orderConfirmati on.aspx?TOFUPay mentOrderID%3dT EST004123 (URI Encoded)
my problem is that when i do a request.params["TOFUPaymentOrd erID"] i get nothing when the request came from the third party. If i copy paste the URL into my browser. i get the Param.
I need some ideas.
thanks
Comment