I'm using this tag
<INPUT TYPE=HIDDEN NAME="x_relay_url" Value="<%= Url.Action("SimResponse", "Credit", new object { }, "Http")%>">
to pass my relay url as I've been instructed is the right way to handle this. So far every thing seems to work as expected. But when the url is called by authorize.net to send my user back to my site it uses Https on that url. Is there a variable some where that will allow me to tell authorize.net to quit doing that or is there a setting some where for that. I just want it to send the user to Http://mysite.com not Https://mysite.com.
Sorry for the overly simplified explanation this is about the sixth time I've explained my issue to some one(Not on this forum) so I guess I'm getting annoyed.
03-22-2013 09:26 AM
Add the id attribute for x_relay_url.
03-22-2013 09:38 AM
Sorry this didn't work. (The name attribute is actually the important guy when your going from page to page any how) Thanks for the attempt.
03-22-2013 10:05 AM
Can you look at the page source when you run the page to see what the x_relay_url value is at run time?
p.s. authorize.net use the id attribute, try taking the id attribute for the x_login.
03-22-2013 10:58 AM - edited 03-22-2013 11:08 AM