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???
Solved! Go to Solution.
07-03-2014 06:02 AM
I am new to this where would I post this script in WP
03-18-2016 08:38 AM
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.
03-18-2016 08:42 AM
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.
03-18-2016 10:10 AM
@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!
03-18-2016 10:30 AM - last edited on 03-18-2016 04:20 PM by RichardH
please removed the meta tag. When I'm on the https://community.developer.authorize.net/ page
it keep redirecting to mystore.com
03-18-2016 03:20 PM
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:
05-18-2022 02:34 AM