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

Oleg Kalnichevski commented on HTTPCLIENT-1799:
-----------------------------------------------

I personally would not want to do it that way. What should happen if the first 
POST succeeds? I also kind of doubt that there are many servers that implement 
Digest Auth but for some reason fail to implement HEAD and OPTIONS request. 
Anyway, if compatibility is your overriding concern I would recommend going GET 
first, followed by POST.

Oleg

> First request does not include Http body for POST request with Digest auth.
> ---------------------------------------------------------------------------
>
>                 Key: HTTPCLIENT-1799
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1799
>             Project: HttpComponents HttpClient
>          Issue Type: Wish
>          Components: HttpClient (classic)
>    Affects Versions: 4.5.2
>            Reporter: samuel ma
>              Labels: Digest
>
> If I want to use Digest for Http Post request, the flow is:
> 1. client---[post]--->server
> 2. client<---[401]---server
> 3. client ---auth--->server
> Is that possible not include http body in the first post request to server?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to