You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2020/06/15 08:15:00 UTC

[jira] [Commented] (HTTPCLIENT-2088) Request headers directly copied to the redirect URL

    [ https://issues.apache.org/jira/browse/HTTPCLIENT-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17135576#comment-17135576 ] 

Oleg Kalnichevski commented on HTTPCLIENT-2088:
-----------------------------------------------

[~preithig] Does your code you manually add `Host` header to the original request message?

Oleg

> Request headers directly copied to the redirect URL
> ---------------------------------------------------
>
>                 Key: HTTPCLIENT-2088
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-2088
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>          Components: HttpClient (classic)
>    Affects Versions: 4.5.3
>            Reporter: Preethi
>            Priority: Major
>
> We are using apache client in our project. 
> We are using LaxRedirect strategy for redirect.
>  
> When we hit the url and it is a redirect, the request headers from the original is copied to the headers of the redirect url as well. The host header is not accepted to the redirect server 
>  
> HttpRequest redirect = this.redirectStrategy.getRedirect(currentRequest.getOriginal(), response, context);
> if (!redirect.headerIterator().hasNext()) {
>  HttpRequest original = request.getOriginal();
>  redirect.setHeaders(original.getAllHeaders());
> }
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org