- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I calling the Authorize.net from a SpringMVC application, using the DPM method, and I'm able to hit Authorize.net and also getthing my relay response url called. The relay_response url in my case is a URL to a method in my Spring Controller, which I'm using to proces the response from Authorize.net. Once processed, I'm "redirecting" to jsp page in my application like this
return "redirect:/confirmation.jsp";
even thought I get redirected to the confirmation.jsp page, the URL on the browser still remains "https://test.authorize.net/gateway/transact.dll" due to which none of the style sheets are working.
What can I do to change the URL and fix this issue. Thanks.
Solved! Go to Solution.
โ02-02-2013 08:36 PM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
do a javascript redirect on the relay response page, or use absolute path on your relay response page.
โ02-03-2013 03:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
do a javascript redirect on the relay response page, or use absolute path on your relay response page.
โ02-03-2013 03:57 AM

