What's this redirect doing?

  • Thread starter Thread starter Liam
  • Start date Start date
L

Liam

I'm trying to get a shopping cart button to go to an
HTTPS URL instead of the HTTP address it's goijng to
right now.
The page, in ASPX, has a .VB page that when the button's
clicked runs a funtion that does this:

Response.Redirect.System.Configuration.ConfigurationSettin
gs.AppSettings("ksroot") & "checkout")

It's not my page, and I'm trying to figure out how it's
done...but I don't know what that lines is doing aside
from redirecting the browser.
Any clues based on that on where I should look to find
where the redirect is pointing so I can change the URL?

Thanks!
Liam
 
Actually, I recently figured out the "checkout" part is
literally the folder it's redirecting to, and the "ksroot"
is somehow handling the rest of the URL.
Unfortunately I can't find another reference to ksroot
anywhere! And I think that's going to be something unique
to this site no one will be able to help me with aside
from the original programmer.

Thanks anyway, all.
Liam
 
Back
Top