I'm using proper x_relay_url. Authorize.net is succesfully displaying the redirected page content.
But the response values all are empty.
Eg. x_response_code - empty
Please help.
Thanks,
Bala.
07-25-2014 06:50 AM
Do you mean after it javascript redirect to you site? that normal. the javascript do not repost the value.
07-25-2014 08:25 AM
After clicking 'Submit' button in Authorize.net, I'm getting redirected to the page of my site, but the url remains same as https://test.authorize.net/gateway/transact.dll(URL).
The URL was displaying my page with response values and I'm saving response values in that page itself, from here after saving, I using javascript to redirect to my server (https://www.example.com/mypage) without response value post.
But now the URL returning null response values. So I unable to save response values.
07-28-2014 01:08 AM
Did you try take out the javascript redirect, to make sure it wasn't causing the empty relay response.
07-28-2014 04:24 AM