HttpComponents HttpClient: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
* http://hc.apache.org/httpcomponents-client-ga/ | * http://hc.apache.org/httpcomponents-client-ga/ | ||
* tutorial http://hc.apache.org/httpcomponents-client-ga/tutorial/html/index.html | |||
=Internal= | =Internal= | ||
* [[Apache Foundation#Subjects|Apache Foundation]] | * [[Apache Foundation#Subjects|Apache Foundation]] | ||
=Concepts= | |||
* [[HttpComponents HttpClient Concepts]] | |||
!!!Troubleshooting | |||
!!httpclient Automatically Follows Redirects | |||
Sometimes this is not the behavior you want, for example when you try to get the OAuth token which is embedded in the redirect Location that you are supposed to parse. | |||
See [HTTPClientConcepts#Redirect Handling] | |||
__Referenced by:__\\ | |||
[{INSERT com.ecyrd.jspwiki.plugin.ReferringPagesPlugin WHERE max=20, maxwidth=50}] |
Revision as of 17:03, 20 March 2017
External
- http://hc.apache.org/httpcomponents-client-ga/
- tutorial http://hc.apache.org/httpcomponents-client-ga/tutorial/html/index.html
Internal
Concepts
!!!Troubleshooting
!!httpclient Automatically Follows Redirects
Sometimes this is not the behavior you want, for example when you try to get the OAuth token which is embedded in the redirect Location that you are supposed to parse.
See [HTTPClientConcepts#Redirect Handling]
__Referenced by:__\\ [{INSERT com.ecyrd.jspwiki.plugin.ReferringPagesPlugin WHERE max=20, maxwidth=50}]