Based on url parameters passed to my web service I may need to redirect the request to a different instance of myself on a different server.
How would I go about doing this in Xojo?
[quote=183558:@Brian O’Brien]Based on url parameters passed to my web service I may need to redirect the request to a different instance of myself on a different server.
How would I go about doing this in Xojo?[/quote]
Use Refresh.
[code]
[/code]Thanks. Do I post that back to the the sender of the URL somehow?