NullTerminator
Programmer
I would like to process server side includes as content is being proxied. Is that posisble?
Request from client comes to proxy. SSI embeds authetication token, passes to remote (3rd party) server.
I don't want to embed authentication info at the client. I prefer to do it at the proxy, since we have to proxy for the third party anyway.
No SSI on return trip.
Request from client comes to proxy. SSI embeds authetication token, passes to remote (3rd party) server.
I don't want to embed authentication info at the client. I prefer to do it at the proxy, since we have to proxy for the third party anyway.
No SSI on return trip.