I need to force one specific HTTP request through a web proxy whereas the rest of the HTTP requests should directly go to the web server.
I can use error code 305 Use Proxy response
to redirect my client, but I'm not sure if that would be supported by my client's underlying HTTP stack.
Do any other options exist to accomplish this?