cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

SIM x_relay_url not redirecting

Everything working fine when i send data to authoriz.net it goes to payment page and then when i enter credit card number and expiry date it does redirect to my page but the url will be https://secure.authorize.net/gateway/transact.dll 

due to this my page's images and css are not being displayed properly

the url should be the url which i passed in x_relay_url but

it is that url on which i posted data ->>>>https://secure.authorize.net/gateway/transact.dll 

can anyone help me over this???

Himan
Member
15 REPLIES 15

I am new to this where would I post this script in WP

Although I am new to this, I am having the same issue.  Also, can someone please let me know where would I copy and past this script into my WP backend?  Thanks.

For clarity's sake, I wanted to point out that Relay Response does not use URL redirects at all.

Instead, we post to your Relay Response URL with the transaction response; your URL returns to us the HTML it generates; then Authorize.Net presents that HTML, from our URL, to the customer.

This is why we recommend using absolute references, instead of relative ones, in your HTML.

--
"Move fast and break things," out. "Move carefully and fix what you break," in.
Lilith
Administrator Administrator
Administrator

@Himan If you're not comfortable with JavaScript, you can do something similar with the HTML <meta> tag, sort of like this:

 

<M ETA http-equiv="refresh" content="15;URL=http://mystore.com/thankyou">

 

 

Note that the number that comes before the URL is the delay in seconds before the redirect. Also, there are some advantages in using the JavaScript redirect option.

 

If you'd rather use JavaScript like @Himan did in this comment, you may want to read WordPress' documentation on Using JavaScript.

I hope this helps!

--
"Move fast and break things," out. "Move carefully and fix what you break," in.

please removed the meta tag. When I'm on the https://community.developer.authorize.net/ page

it keep redirecting to mystore.com

There are several dubious services operating under the wide umbrella of the generic Yahoo Search redirect campaign. yahoo redirect Most of them are backed by potentially unwanted apps (PUAs) that claim to enhance Mac usersโ€™ web surfing experience but actually turn it upside down. Here are a few examples of these mainstream adware strains:

seo34uytrew
Member