403 Forbidden Error
403 Forbidden Error
Posted on: Mon, 11/23/2009 - 12:25
Hi,
I'm trying out the web service by modifying the sample client code available on the website. However I got a 403 Forbidden error. I checked previous forum posts and it seems that the error is due to an invalid licenseID, but I verfied the id and it seems fine. Anyone can help? Thanks.
Trackback URL for this post:
http://www.opencalais.com/trackback/42621

hey,
when i run the software(the submission tool ), it always failed with the following information:
System.Net.WebException: The remote server returned an error: (403) Forbidden.
at System.Net.HttpWebRequest.GetResponse()
at ClassLibraryBL.Runner.TagItSynchronously(Object content, SourceType sourceType)
at ClassLibraryBL.Runner.Run(ReportProgress reportProgress)
what should i do to handle it ?
hey,
when i run the software, it always failed with the following information:
System.Net.WebException: The remote server returned an error: (403) Forbidden.
at System.Net.HttpWebRequest.GetResponse()
at ClassLibraryBL.Runner.TagItSynchronously(Object content, SourceType sourceType)
at ClassLibraryBL.Runner.Run(ReportProgress reportProgress)
what should i do to handle it ?
In Opencalais, 403 errors cover all license-related denials, including being over per-second and per-day transaction limits. Please take a look at the exact message that is being returned to you, as the specific error is detailed in the text.
Oh ok it seems that the content I'm sending exceeds the maximum length. Thanks.