You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Manasa K (JIRA)" <ji...@apache.org> on 2011/03/14 11:38:33 UTC

[jira] Updated: (HTTPCLIENT-1071) 400 Bad request is returned (Target Authentication)

     [ https://issues.apache.org/jira/browse/HTTPCLIENT-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manasa K updated HTTPCLIENT-1071:
---------------------------------


Logs generated when request sent directly (not going via proxy)

2011/03/10 13:18:40:531 GMT+05:30 [DEBUG] SingleClientConnManager - Get connection for route HttpRoute[{}->http://renderv3.mappoint.net]
2011/03/10 13:18:40:702 GMT+05:30 [DEBUG] DefaultClientConnectionOperator - Connecting to renderv3.mappoint.net/207.46.28.140:80
2011/03/10 13:18:40:749 GMT+05:30 [DEBUG] RequestAddCookies - CookieSpec selected: best-match
2011/03/10 13:18:40:765 GMT+05:30 [DEBUG] DefaultHttpClient - Attempt 1 to execute request
2011/03/10 13:18:40:781 GMT+05:30 [DEBUG] DefaultClientConnection - Sending request: GET /render-30/RenderService.asmx HTTP/1.1
2011/03/10 13:18:40:781 GMT+05:30 [DEBUG] wire - >> "GET /render-30/RenderService.asmx HTTP/1.1[\r][\n]"
2011/03/10 13:18:40:781 GMT+05:30 [DEBUG] wire - >> "Host: renderv3.mappoint.net[\r][\n]"
2011/03/10 13:18:40:781 GMT+05:30 [DEBUG] wire - >> "Connection: Keep-Alive[\r][\n]"
2011/03/10 13:18:40:781 GMT+05:30 [DEBUG] wire - >> "User-Agent: Apache-HttpClient/4.1 (java 1.5)[\r][\n]"
2011/03/10 13:18:40:781 GMT+05:30 [DEBUG] wire - >> "[\r][\n]"
2011/03/10 13:18:40:781 GMT+05:30 [DEBUG] headers - >> GET /render-30/RenderService.asmx HTTP/1.1
2011/03/10 13:18:40:781 GMT+05:30 [DEBUG] headers - >> Host: renderv3.mappoint.net
2011/03/10 13:18:40:781 GMT+05:30 [DEBUG] headers - >> Connection: Keep-Alive
2011/03/10 13:18:40:781 GMT+05:30 [DEBUG] headers - >> User-Agent: Apache-HttpClient/4.1 (java 1.5)
2011/03/10 13:18:41:156 GMT+05:30 [DEBUG] wire - << "HTTP/1.1 401 Unauthorized[\r][\n]"
2011/03/10 13:18:41:171 GMT+05:30 [DEBUG] wire - << "Connection: close[\r][\n]"
2011/03/10 13:18:41:171 GMT+05:30 [DEBUG] wire - << "Date: Thu, 10 Mar 2011 07:45:09 GMT[\r][\n]"
2011/03/10 13:18:41:171 GMT+05:30 [DEBUG] wire - << "Server: Microsoft-IIS/6.0[\r][\n]"
2011/03/10 13:18:41:171 GMT+05:30 [DEBUG] wire - << "P3P:CP="BUS CUR CONo FIN IVDo ONL OUR PHY SAMo TELo"[\r][\n]"
2011/03/10 13:18:41:171 GMT+05:30 [DEBUG] wire - << "X-Powered-By: ASP.NET[\r][\n]"
2011/03/10 13:18:41:171 GMT+05:30 [DEBUG] wire - << "WWW-Authenticate: Digest qop="auth", realm="MapPoint", nonce="bafd4798f53dd9bb901347992100bc68ce793d20bc386fa5bd223fe5e8a2"[\r][\n]"
2011/03/10 13:18:41:171 GMT+05:30 [DEBUG] wire - << "Content-Length: 0[\r][\n]"
2011/03/10 13:18:41:171 GMT+05:30 [DEBUG] wire - << "[\r][\n]"
2011/03/10 13:18:41:171 GMT+05:30 [DEBUG] DefaultClientConnection - Receiving response: HTTP/1.1 401 Unauthorized
2011/03/10 13:18:41:171 GMT+05:30 [DEBUG] headers - << HTTP/1.1 401 Unauthorized
2011/03/10 13:18:41:171 GMT+05:30 [DEBUG] headers - << Connection: close
2011/03/10 13:18:41:171 GMT+05:30 [DEBUG] headers - << Date: Thu, 10 Mar 2011 07:45:09 GMT
2011/03/10 13:18:41:171 GMT+05:30 [DEBUG] headers - << Server: Microsoft-IIS/6.0
2011/03/10 13:18:41:171 GMT+05:30 [DEBUG] headers - << P3P:CP="BUS CUR CONo FIN IVDo ONL OUR PHY SAMo TELo"
2011/03/10 13:18:41:171 GMT+05:30 [DEBUG] headers - << X-Powered-By: ASP.NET
2011/03/10 13:18:41:171 GMT+05:30 [DEBUG] headers - << WWW-Authenticate: Digest qop="auth", realm="MapPoint", nonce="bafd4798f53dd9bb901347992100bc68ce793d20bc386fa5bd223fe5e8a2"
2011/03/10 13:18:41:187 GMT+05:30 [DEBUG] headers - << Content-Length: 0
2011/03/10 13:18:41:187 GMT+05:30 [DEBUG] DefaultHttpClient - Target requested authentication
2011/03/10 13:18:41:187 GMT+05:30 [DEBUG] DefaultTargetAuthenticationHandler - Authentication schemes in the order of preference: [negotiate, NTLM, Digest, Basic]
2011/03/10 13:18:41:187 GMT+05:30 [DEBUG] DefaultTargetAuthenticationHandler - Challenge for negotiate authentication scheme not available
2011/03/10 13:18:41:187 GMT+05:30 [DEBUG] DefaultTargetAuthenticationHandler - Challenge for NTLM authentication scheme not available
2011/03/10 13:18:41:187 GMT+05:30 [DEBUG] DefaultTargetAuthenticationHandler - Digest authentication scheme selected
2011/03/10 13:18:41:218 GMT+05:30 [DEBUG] DefaultHttpClient - Authorization challenge processed
2011/03/10 13:18:41:218 GMT+05:30 [DEBUG] DefaultHttpClient - Authentication scope: DIGEST 'MapPoint'@renderv3.mappoint.net:80
2011/03/10 13:18:41:218 GMT+05:30 [DEBUG] DefaultHttpClient - Found credentials
2011/03/10 13:18:41:218 GMT+05:30 [DEBUG] DefaultClientConnection - Connection closed
2011/03/10 13:18:41:218 GMT+05:30 [DEBUG] DefaultClientConnectionOperator - Connecting to renderv3.mappoint.net/207.46.28.140:80
2011/03/10 13:18:41:218 GMT+05:30 [DEBUG] RequestAddCookies - CookieSpec selected: best-match
2011/03/10 13:18:41:234 GMT+05:30 [DEBUG] DefaultHttpClient - Attempt 2 to execute request
2011/03/10 13:18:41:234 GMT+05:30 [DEBUG] DefaultClientConnection - Sending request: GET /render-30/RenderService.asmx HTTP/1.1
2011/03/10 13:18:41:234 GMT+05:30 [DEBUG] wire - >> "GET /render-30/RenderService.asmx HTTP/1.1[\r][\n]"
2011/03/10 13:18:41:234 GMT+05:30 [DEBUG] wire - >> "Host: renderv3.mappoint.net[\r][\n]"
2011/03/10 13:18:41:234 GMT+05:30 [DEBUG] wire - >> "Connection: Keep-Alive[\r][\n]"
2011/03/10 13:18:41:234 GMT+05:30 [DEBUG] wire - >> "User-Agent: Apache-HttpClient/4.1 (java 1.5)[\r][\n]"
2011/03/10 13:18:41:234 GMT+05:30 [DEBUG] wire - >> "Authorization: Digest username="7518", realm="MapPoint", nonce="bafd4798f53dd9bb901347992100bc68ce793d20bc386fa5bd223fe5e8a2", uri="/render-30/RenderService.asmx", response="874f5618861fdbc1e317ba7d18c4373f", qop=auth, nc=00000001, cnonce="3022f9cc5bdd7c3fdd61af4ee295cced"[\r][\n]"
2011/03/10 13:18:41:234 GMT+05:30 [DEBUG] wire - >> "[\r][\n]"
2011/03/10 13:18:41:234 GMT+05:30 [DEBUG] headers - >> GET /render-30/RenderService.asmx HTTP/1.1
2011/03/10 13:18:41:234 GMT+05:30 [DEBUG] headers - >> Host: renderv3.mappoint.net
2011/03/10 13:18:41:234 GMT+05:30 [DEBUG] headers - >> Connection: Keep-Alive
2011/03/10 13:18:41:234 GMT+05:30 [DEBUG] headers - >> User-Agent: Apache-HttpClient/4.1 (java 1.5)
2011/03/10 13:18:41:234 GMT+05:30 [DEBUG] headers - >> Authorization: Digest username="7518", realm="MapPoint", nonce="bafd4798f53dd9bb901347992100bc68ce793d20bc386fa5bd223fe5e8a2", uri="/render-30/RenderService.asmx", response="874f5618861fdbc1e317ba7d18c4373f", qop=auth, nc=00000001, cnonce="3022f9cc5bdd7c3fdd61af4ee295cced"
2011/03/10 13:18:41:671 GMT+05:30 [DEBUG] wire - << "HTTP/1.1 200 OK[\r][\n]"
2011/03/10 13:18:41:671 GMT+05:30 [DEBUG] wire - << "Date: Thu, 10 Mar 2011 07:45:09 GMT[\r][\n]"
2011/03/10 13:18:41:671 GMT+05:30 [DEBUG] wire - << "Server: Microsoft-IIS/6.0[\r][\n]"
2011/03/10 13:18:41:671 GMT+05:30 [DEBUG] wire - << "P3P:CP="BUS CUR CONo FIN IVDo ONL OUR PHY SAMo TELo"[\r][\n]"
2011/03/10 13:18:41:671 GMT+05:30 [DEBUG] wire - << "X-Powered-By: ASP.NET[\r][\n]"
2011/03/10 13:18:41:671 GMT+05:30 [DEBUG] wire - << "X-AspNet-Version: 1.1.4322[\r][\n]"
2011/03/10 13:18:41:671 GMT+05:30 [DEBUG] wire - << "Cache-Control: private, max-age=0[\r][\n]"
2011/03/10 13:18:41:671 GMT+05:30 [DEBUG] wire - << "Content-Type: text/html; charset=utf-8[\r][\n]"
2011/03/10 13:18:41:671 GMT+05:30 [DEBUG] wire - << "Content-Length: 4932[\r][\n]"
2011/03/10 13:18:41:671 GMT+05:30 [DEBUG] wire - << "[\r][\n]"
2011/03/10 13:18:41:671 GMT+05:30 [DEBUG] DefaultClientConnection - Receiving response: HTTP/1.1 200 OK
2011/03/10 13:18:41:671 GMT+05:30 [DEBUG] headers - << HTTP/1.1 200 OK
2011/03/10 13:18:41:671 GMT+05:30 [DEBUG] headers - << Date: Thu, 10 Mar 2011 07:45:09 GMT
2011/03/10 13:18:41:671 GMT+05:30 [DEBUG] headers - << Server: Microsoft-IIS/6.0
2011/03/10 13:18:41:671 GMT+05:30 [DEBUG] headers - << P3P:CP="BUS CUR CONo FIN IVDo ONL OUR PHY SAMo TELo"
2011/03/10 13:18:41:671 GMT+05:30 [DEBUG] headers - << X-Powered-By: ASP.NET
2011/03/10 13:18:41:671 GMT+05:30 [DEBUG] headers - << X-AspNet-Version: 1.1.4322
2011/03/10 13:18:41:671 GMT+05:30 [DEBUG] headers - << Cache-Control: private, max-age=0
2011/03/10 13:18:41:671 GMT+05:30 [DEBUG] headers - << Content-Type: text/html; charset=utf-8
2011/03/10 13:18:41:671 GMT+05:30 [DEBUG] headers - << Content-Length: 4932
2011/03/10 13:18:41:671 GMT+05:30 [DEBUG] ResponseAuthCache - Caching 'digest' auth scheme for http://renderv3.mappoint.net
2011/03/10 13:18:41:687 GMT+05:30 [DEBUG] DefaultHttpClient - Connection can be kept alive indefinitely
2011/03/10 13:18:41:687 GMT+05:30 [DEBUG] wire - << "[\r][\n]"
2011/03/10 13:18:41:687 GMT+05:30 [DEBUG] wire - << "[\r][\n]"
2011/03/10 13:18:41:687 GMT+05:30 [DEBUG] wire - << "<html>[\r][\n]"
2011/03/10 13:18:41:687 GMT+05:30 [DEBUG] wire - << "[\r][\n]"
2011/03/10 13:18:41:703 GMT+05:30 [DEBUG] wire - << "    [\r][\n]"
2011/03/10 13:18:41:703 GMT+05:30 [DEBUG] wire - << "[\r][\n]"
2011/03/10 13:18:41:703 GMT+05:30 [DEBUG] wire - << "  <head>[\r][\n]"
2011/03/10 13:18:41:703 GMT+05:30 [DEBUG] wire - << "[\r][\n]"
2011/03/10 13:18:41:703 GMT+05:30 [DEBUG] wire - << "    <link rel="alternate" type="text/xml" href="RenderService.asmx?disco"/>[\r][\n]"
2011/03/10 13:18:41:703 GMT+05:30 [DEBUG] wire - << "[\r][\n]"
2011/03/10 13:18:41:703 GMT+05:30 [DEBUG] wire - << "    <style type="text/css">[\r][\n]"
2011/03/10 13:18:41:703 GMT+05:30 [DEBUG] wire - << "    [\r][\n]"
2011/03/10 13:18:41:703 GMT+05:30 [DEBUG] wire - << "[0x9][0x9]BODY { color: #000000; background-color: white; font-family: Verdana; margin-left: 0px; margin-top: 0px; }[\r][\n]"
2011/03/10 13:18:41:703 GMT+05:30 [DEBUG] wire - << "[0x9][0x9]#content { margin-left: 30px; font-size: .70em; padding-bottom: 2em; }[\r][\n]"
2011/03/10 13:18:41:703 GMT+05:30 [DEBUG] wire - << "[0x9][0x9]A:link { color: #336699; font-weight: bold; text-decoration: underline; }[\r][\n]"
2011/03/10 13:18:41:703 GMT+05:30 [DEBUG] wire - << "[0x9][0x9]A:visited { color: #6699cc; font-weight: bold; text-decoration: underline; }[\r][\n]"
2011/03/10 13:18:41:703 GMT+05:30 [DEBUG] wire - << "[0x9][0x9]A:active { color: #336699; font-weight: bold; text-decoration: underline; }[\r][\n]"
2011/03/10 13:18:41:703 GMT+05:30 [DEBUG] wire - << "[0x9][0x9]A:hover { color: cc3300; font-weight: bold; text-decoration: underline; }[\r][\n]"
2011/03/10 13:18:41:703 GMT+05:30 [DEBUG] wire - << "[0x9][0x9]P { color: #000000; margin-top: 0px; margin-bottom: 12px; font-family: Verdana; }[\r][\n]"
2011/03/10 13:18:41:703 GMT+05:30 [DEBUG] wire - << "[0x9][0x9]pre { background-color: #e5e5cc; padding: 5px; font-family: Courier New; font-size: x-small; margin-top: -5px; border: 1px #f0f0e0 solid; }[\r][\n]"
2011/03/10 13:18:41:703 GMT+05:30 [DEBUG] wire - << "[0x9][0x9]td { color: #000000; font-family: Verdana; font-size: .7em; }[\r][\n]"
2011/03/10 13:18:41:703 GMT+05:30 [DEBUG] wire - << "[0x9][0x9]h2 { font-size: 1.5em; font-weight: bold; margin-top: 25px; margin-bottom: 10px; border-top: 1px solid #003366; margin-left: -15px; color: #003366; }[\r][\n]"
2011/03/10 13:18:41:703 GMT+05:30 [DEBUG] wire - << "[0x9][0x9]h3 { font-size: 1.1em; color: #000000; margin-left: -15px; margin-top:"
2011/03/10 13:18:41:703 GMT+05:30 [DEBUG] wire - << " 10px; margin-bottom: 10px; }[\r][\n]"
2011/03/10 13:18:41:703 GMT+05:30 [DEBUG] wire - << "[0x9][0x9]ul { margin-top: 10px; margin-left: 20px; }[\r][\n]"
2011/03/10 13:18:41:703 GMT+05:30 [DEBUG] wire - << "[0x9][0x9]ol { margin-top: 10px; margin-left: 20px; }[\r][\n]"
2011/03/10 13:18:41:703 GMT+05:30 [DEBUG] wire - << "[0x9][0x9]li { margin-top: 10px; color: #000000; }[\r][\n]"
2011/03/10 13:18:41:703 GMT+05:30 [DEBUG] wire - << "[0x9][0x9]font.value { color: darkblue; font: bold; }[\r][\n]"
2011/03/10 13:18:41:703 GMT+05:30 [DEBUG] wire - << "[0x9][0x9]font.key { color: darkgreen; font: bold; }[\r][\n]"
2011/03/10 13:18:41:703 GMT+05:30 [DEBUG] wire - << "[0x9][0x9].heading1 { color: #ffffff; font-family: Tahoma; font-size: 26px; font-weight: normal; background-color: #003366; margin-top: 0px; margin-bottom: 0px; margin-left: -30px; padding-top: 10px; padding-bottom: 3px; padding-left: 15px; width: 105%; }[\r][\n]"
2011/03/10 13:18:41:703 GMT+05:30 [DEBUG] wire - << "[0x9][0x9].button { background-color: #dcdcdc; font-family: Verdana; font-size: 1em; border-top: #cccccc 1px solid; border-bottom: #666666 1px solid; border-left: #cccccc 1px solid; border-right: #666666 1px solid; }[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "[0x9][0x9].frmheader { color: #000000; background: #dcdcdc; font-family: Verdana; font-size: .7em; font-weight: normal; border-bottom: 1px solid #dcdcdc; padding-top: 2px; padding-bottom: 2px; }[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "[0x9][0x9].frmtext { font-family: Verdana; font-size: .7em; margin-top: 8px; margin-bottom: 0px; margin-left: 32px; }[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "[0x9][0x9].frmInput { font-family: Verdana; font-size: 1em; }[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "[0x9][0x9].intro { margin-left: -15px; }[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "           [\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "    </style>[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "    <title>RenderService Web Service</title>[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "  </head>[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "  <body>[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "    <div id="content">[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "      <p class="heading1">RenderService</p><br>[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "      <span>[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "          <p class="intro">The render service allows you to render maps of routes and found locations, place pushpins (using the MapPoint Web Service stock set of icons or your icons that we host for your use), set the map size and map view, select points on a map, get location information about points on a map, pan and zoom a rendered map, and create clickable maps.</p>[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "      </span>[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "      <span>[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "          <p class="intro">The following operations are supported.  For a formal definition, please review the <a href="RenderService.asmx?WSDL">Service Description</a>.</p>[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "          [\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "              <ul>[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "            [\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "              <li>[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "                <a href="RenderService.asmx?op=GetMap">GetMap</a>[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "                <span>[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "    "
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "              <br>Renders map images of the given MapViews[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "                </span>[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "              </li>[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "              <p>[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "            [\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "              <li>[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "                <a href="RenderService.asmx?op=GetBestMapView">GetBestMapView</a>[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "                <span>[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "                  <br>Get a MapView that encompasses the given locations[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "                </span>[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "              </li>[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "              <p>[\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "            [\r][\n]"
2011/03/10 13:18:41:718 GMT+05:30 [DEBUG] wire - << "              <li>[\r][\n]"
2011/03/10 13:18:41:734 GMT+05:30 [DEBUG] wire - << "                <a href="RenderService.asmx?op=ConvertToPoint">ConvertToPoint</a>[\r][\n]"
2011/03/10 13:18:41:734 GMT+05:30 [DEBUG] wire - << "                <span>[\r][\n]"
2011/03/10 13:18:41:734 GMT+05:30 [DEBUG] wire - << "                  <br>Convert individual LatLongs into PixelCoords as they would appear in the given MapView[\r][\n]"
2011/03/10 13:18:41:734 GMT+05:30 [DEBUG] wire - << "                </span>[\r][\n]"
2011/03/10 13:18:41:734 GMT+05:30 [DEBUG] wire - << "              </li>[\r][\n]"
2011/03/10 13:18:41:734 GMT+05:30 [DEBUG] wire - << "              <p>[\r][\n]"
2011/03/10 13:18:41:734 GMT+05:30 [DEBUG] wire - << "            [\r][\n]"
2011/03/10 13:18:41:734 GMT+05:30 [DEBUG] wire - << "              <li>[\r][\n]"
2011/03/10 13:18:41:734 GMT+05:30 [DEBUG] wire - << "                <a href="RenderService.asmx?op=GetLineDriveMap">GetLineDriveMap</a>[\r][\n]"
2011/03/10 13:18:41:734 GMT+05:30 [DEBUG] wire - << "                <span>[\r][\n]"
2011/03/10 13:18:41:734 GMT+05:30 [DEBUG] wire - << "                  <br"
2011/03/10 13:18:41:874 GMT+05:30 [DEBUG] wire - << ">Renders LineDrive map images of the given Route[\r][\n]"
2011/03/10 13:18:41:874 GMT+05:30 [DEBUG] wire - << "                </span>[\r][\n]"
2011/03/10 13:18:41:874 GMT+05:30 [DEBUG] wire - << "              </li>[\r][\n]"
2011/03/10 13:18:41:874 GMT+05:30 [DEBUG] wire - << "              <p>[\r][\n]"
2011/03/10 13:18:41:874 GMT+05:30 [DEBUG] wire - << "            [\r][\n]"
2011/03/10 13:18:41:874 GMT+05:30 [DEBUG] wire - << "              <li>[\r][\n]"
2011/03/10 13:18:41:874 GMT+05:30 [DEBUG] wire - << "                <a href="RenderService.asmx?op=GetRouteDetails">GetRouteDetails</a>[\r][\n]"
2011/03/10 13:18:41:874 GMT+05:30 [DEBUG] wire - << "                <span>[\r][\n]"
2011/03/10 13:18:41:874 GMT+05:30 [DEBUG] wire - << "                  <br>Returns itinerary and shape points that trace a route[\r][\n]"
2011/03/10 13:18:41:874 GMT+05:30 [DEBUG] wire - << "                </span>[\r][\n]"
2011/03/10 13:18:41:874 GMT+05:30 [DEBUG] wire - << "              </li>[\r][\n]"
2011/03/10 13:18:41:874 GMT+05:30 [DEBUG] wire - << "              <p>[\r][\n]"
2011/03/10 13:18:41:874 GMT+05:30 [DEBUG] wire - << "            [\r][\n]"
2011/03/10 13:18:41:874 GMT+05:30 [DEBUG] wire - << "              <li>[\r][\n]"
2011/03/10 13:18:41:874 GMT+05:30 [DEBUG] wire - << "                <a href="RenderService.asmx?op=ConvertToLatLong">ConvertToLatLong</a>[\r][\n]"
2011/03/10 13:18:41:874 GMT+05:30 [DEBUG] wire - << "                <span>[\r][\n]"
2011/03/10 13:18:41:874 GMT+05:30 [DEBUG] wire - << "                  <br>Convert individual PixelCoords into LatLongs as they would appear in the given MapView[\r][\n]"
2011/03/10 13:18:41:890 GMT+05:30 [DEBUG] wire - << "                </span>[\r][\n]"
2011/03/10 13:18:41:890 GMT+05:30 [DEBUG] wire - << "              </li>[\r][\n]"
2011/03/10 13:18:41:890 GMT+05:30 [DEBUG] wire - << "              <p>[\r][\n]"
2011/03/10 13:18:41:890 GMT+05:30 [DEBUG] wire - << "            [\r][\n]"
2011/03/10 13:18:41:890 GMT+05:30 [DEBUG] wire - << "              </ul>[\r][\n]"
2011/03/10 13:18:41:890 GMT+05:30 [DEBUG] wire - << "            [\r][\n]"
2011/03/10 13:18:41:890 GMT+05:30 [DEBUG] wire - << "      </span>[\r][\n]"
2011/03/10 13:18:41:890 GMT+05:30 [DEBUG] wire - << "[\r][\n]"
2011/03/10 13:18:41:890 GMT+05:30 [DEBUG] wire - << "      [\r][\n]"
2011/03/10 13:18:41:890 GMT+05:30 [DEBUG] wire - << "      [\r][\n]"
2011/03/10 13:18:41:890 GMT+05:30 [DEBUG] wire - << "[\r][\n]"
2011/03/10 13:18:41:890 GMT+05:30 [DEBUG] wire - << "      [\r][\n]"
2011/03/10 13:18:41:890 GMT+05:30 [DEBUG] wire - << "[\r][\n]"
2011/03/10 13:18:41:890 GMT+05:30 [DEBUG] wire - << "[\r][\n]"
2011/03/10 13:18:41:890 GMT+05:30 [DEBUG] wire - << "  </body>[\r][\n]"
2011/03/10 13:18:41:890 GMT+05:30 [DEBUG] wire - << "</html>[\r][\n]"
2011/03/10 13:18:41:890 GMT+05:30 [DEBUG] SingleClientConnManager - Releasing connection org.apache.http.impl.conn.SingleClientConnManager$ConnAdapter@1a1c887


> 400 Bad request is returned (Target Authentication)
> ---------------------------------------------------
>
>                 Key: HTTPCLIENT-1071
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1071
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>          Components: HttpAuth, HttpClient
>         Environment: WindowsXP, Java 1.5
>            Reporter: Manasa K
>              Labels: authentication, digest, proxy
>         Attachments: logs_withoutProxy.txt, logstosend_withProxy.txt
>
>
> I am trying to connect a URL http://renderv3.mappoint.net/render-30/RenderService.asmx which needs WWW-Authenticate(uses Digest Authentication). Also this should go via a Proxy(uses Basic Authentication). This returns HTTP/1.0 400 Bad Request [Server: Microsoft-IIS/6.0, Date: Tue, 08 Mar 2011 13:38:43 GMT, X-Cache: MISS from proxy-server8-int1, Connection: close]....
> When the request to this URL is sent directly(i.e., not going via Proxy), works perfectly.
> Also when I tried with another HTTPClient from Innovation.ch, this works. So I doubt if there will be any trouble caused due to the proxy server.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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