Hi Experts,
Today I encounter one issue when I use java to send one request to get guid.
Here is the request:
GET /v1/user/me/guid HTTP/1.1
Authorization: OAuth realm="yahooapis.com", oauth_consumer_key="dj0yJmk9dUxCeEpFOGduTmJ0JmQ9WVdrOWVXODVXbGwyTnpnbWNHbzlNVGd6TkRZd016TXlPUS0
tJnM9Y29uc3VtZXJzZWNyZXQmeD1kNw--", oauth_nonce="ce2130523f788f313f76314ed3965ea6", oauth_signature_method="plaintext", oauth_timestamp="1226306888", oauth_token="zgzvse", oauth_version="1.0", oauth_signature="6010c3a919d3e93b7f76817a879d3b9f419b469c%2526"
User-Agent: Java/1.5.0
Host: social.yahooapis.com
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Connection: keep-alive
Content-type: application/x-www-form-urlencoded
And Response is:
HTTP/1.1 404 Not Found on Accelerator
Date: Mon, 10 Nov 2008 08:49:56 GMT
Connection: close
Server: YTS/1.17.9
Cache-Control: no-store
Content-Type: text/html
Content-Language: en
Content-Length: 240
<HEAD><TITLE>Not Found on Accelerator</TITLE></HEAD>
<BODY BGCOLOR="white" FGCOLOR="black">
<FONT FACE="Helvetica,Arial"><B>
Your requested URL was not found.</B></FONT>
<!-- default "Not Found on Accelerator" response (404) -->
</BODY>
Could you explain why?