Re: I wish I could forward all requests completely to another server.

2020-03-19 Thread tomcat/perl
On 19.03.2020 04:18, HeeGu Lee wrote: I was tasked with writing a web application that needs to forward a http request to each server after checking certain headers. Of course I can use a library like apache http client to reconstruct and send the data. But if you think about it, this is a very u

I wish I could forward all requests completely to another server.

2020-03-18 Thread HeeGu Lee
I was tasked with writing a web application that needs to forward a http request to each server after checking certain headers. Of course I can use a library like apache http client to reconstruct and send the data. But if you think about it, this is a very unreasonable and bad way. Suppose you ne