Oh, and credit also to Bruno for actually being the first to swing and connect with the location answer. I have some more tinkering to do before I'm fully out of the woods on this issue.
On Wednesday, March 28, 2012 9:56:02 PM UTC+8, weheh wrote: > > Many thanks, Jonathan, Anthony. I didn't realize the HTTP return value > (200 vs. 300 etc.) might actually make a difference in the execution of the > Location argument. Again, I must go back and look even more closely at the > HTTP source and auth source. It's always a balance between slogging through > the source or throwing a slow pitch out to you guys, who routinely hit the > ball out of the park. > > On Wednesday, March 28, 2012 9:32:45 PM UTC+8, Jonathan Lundell wrote: >> >> On Mar 28, 2012, at 6:18 AM, weheh wrote: >> >> I don't understand why HTTP(200,Location=URL(...)) isn't redirecting to >> URL(...)? >> >> >> Shouldn't you be using a 30x response here? >> >> >> >> On Wednesday, March 28, 2012 12:01:05 PM UTC+8, weheh wrote: >>> >>> I'm trying to figure out how the proper syntax to redirect from an ajax >>> call using HTTP(200,Location=URL(...)). >>> >>> The problem is the ajax call points to either an id or an :eval. But I >>> want to refresh the entire page -- wiping the slate clean. Is this possible? >>> >> >> >>

