java-sdk-core icon indicating copy to clipboard operation
java-sdk-core copied to clipboard

feat: improve behavior of HTTP redirects

Open padamstx opened this issue 1 year ago • 1 comments

This commit introduces a new okhttp interceptor that will implement customized behavior for HTTP redirects. Specifically, "safe" headers will be included in a redirected request if the original and redirected hosts are the same, or are both within IBM's "cloud.ibm.com" domain.

padamstx avatar Nov 27 '23 19:11 padamstx