Web Service:Issues: Difference between revisions
Jump to navigation
Jump to search
m Admin moved page Issues:WebSmart to Issues:Web Services without leaving a redirect |
No edit summary |
||
Line 5: | Line 5: | ||
We have upgraded to Windows 2003 and IIS 6. This is to increase performance and reliability. | We have upgraded to Windows 2003 and IIS 6. This is to increase performance and reliability. | ||
If you have started receiving any of these errors please review | If you have started receiving any of these errors please review your code for any improper posting practices. | ||
<blockquote> | <blockquote> | ||
<pre>Error 400 - Bad Request | <pre>Error 400 - Bad Request |
Revision as of 18:21, 12 May 2014
Web Services known issues.
Important Note
We have upgraded to Windows 2003 and IIS 6. This is to increase performance and reliability. If you have started receiving any of these errors please review your code for any improper posting practices.
Error 400 - Bad Request Error 403.1 - Execute Access Forbidden
- Our servers will not accept non-standard HTTP postings.
- The action verb POST in your code specifically must be in upper case or it will be rejected as an unauthorized application.
- Also make sure you are not sending any hard returns which will also be rejected as a bad request.
Here is an example of the incorrect posting method from a sample program.
$CustomerID = "123456789"; $method = "post"; $host = "https://addresscheck.melissadata.net"; $usepath = "/v2/SOAP/Service.svc";
Announcement
Melissa Data is pleased to announce three new upgrades to our Data Quality Web Service to improve traffic flow. These improvements include:
- Load Balancing for All Servers
- Extended Hours Tech Support
- Server Maintenance Schedule