Answered by:
yahoo contacts fetch using asp net and c#

Question
-
User-710687961 posted
I am facing the problem in content fetching form yahoo. Previously this code is working fine for me. Now I am getting this error. The remote server returned an error: (401) Unauthorized.
I am using this code in below link.
http://www.codeproject.com/Articles/91646/Implementing-Yahoo-Contact-Reader-Using-ASP-NET
please help me out. or provide me anyother code.
Thursday, May 8, 2014 10:17 AM
Answers
-
User-1818759697 posted
Hi,
For this error, "The remote server returned an error: (401) Unauthorized", it contains the following sub status code:
401.1: Access is denied due to invalid credentials.
401.2: Access is denied due to server configuration favoring an alternate authentication method.
401.3: Access is denied due to an ACL set on the requested resource.
401.4: Authorization failed by a filter installed on the Web server.
401.5: Authorization failed by an ISAPI/CGI application.
401.7: Access denied by URL authorization policy on the Web server.
Besides, you could refer to the following links for more information about Importing Yahoo Contacts:
http://import-contacts.blogspot.com/
http://dotnetgeekblog.wordpress.com/2012/07/28/import-yahoo-contacts-in-c/
http://gnillydev.blogspot.com/2007/10/yahoo-contact-import-class-in-c.html
Regards
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, May 9, 2014 5:07 AM -
User71929859 posted
he remote server returned an error: (401) Unauthorized.As it states, the unauthorized error is returned from the remove server, which is the yahoo end. It's not relevant to asp.net. Please post your question on the below forums
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Sunday, May 11, 2014 7:40 PM
All replies
-
User-1818759697 posted
Hi,
For this error, "The remote server returned an error: (401) Unauthorized", it contains the following sub status code:
401.1: Access is denied due to invalid credentials.
401.2: Access is denied due to server configuration favoring an alternate authentication method.
401.3: Access is denied due to an ACL set on the requested resource.
401.4: Authorization failed by a filter installed on the Web server.
401.5: Authorization failed by an ISAPI/CGI application.
401.7: Access denied by URL authorization policy on the Web server.
Besides, you could refer to the following links for more information about Importing Yahoo Contacts:
http://import-contacts.blogspot.com/
http://dotnetgeekblog.wordpress.com/2012/07/28/import-yahoo-contacts-in-c/
http://gnillydev.blogspot.com/2007/10/yahoo-contact-import-class-in-c.html
Regards
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, May 9, 2014 5:07 AM -
User71929859 posted
he remote server returned an error: (401) Unauthorized.As it states, the unauthorized error is returned from the remove server, which is the yahoo end. It's not relevant to asp.net. Please post your question on the below forums
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Sunday, May 11, 2014 7:40 PM