Forum Discussion

Jim_Hoadley_193's avatar
Jim_Hoadley_193
Icon for Nimbostratus rankNimbostratus
Aug 09, 2017

http to https

Based on the URI, I want to:

 

  • take an http request
  • request it from a pool (which will reply with a 301 changing the protocol to https)
  • follow the 301 (which is now https) request back to the pool
  • take the resulting content and pass it back to the client

And the client receives the data as if it was http all along.