cancel
Showing results for 
Search instead for 
Did you mean: 

Empty Relay Response

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.

 

 

Bala
Contributor
3 REPLIES 3

Do you mean after it javascript redirect to you site? that normal. the javascript do not repost the value.

RaynorC1emen7
Expert

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.

Did you try take out the javascript redirect, to make sure it wasn't causing the empty relay response.