feign icon indicating copy to clipboard operation
feign copied to clipboard

Hostname in RequestLine?

Open mjaggard opened this issue 3 years ago • 0 comments

Hi, Is it valid to put the hostname into the RequestLine annotation like this? @RequestLine("POST https://{site}.service.com/service/rest/auth") and if so, how should I set target?

I haven't tried yet because I'm aware that there could be some subtlties about re-use of connections if it's not supported even if it appeared to work.

mjaggard avatar Aug 20 '21 08:08 mjaggard