Code 499, type 100, Invalid Authorization Header

All of a sudden we have started receving this error when using a BizTalk service. We haven’t had this problem before. Anyone know what this means?

HTTP/1.1 401 Unauthorized
Date: Tue, 12 Feb 2019 22:48:39 GMT
Content-Type: application/json
Content-Length: 81
Connection: keep-alive
Set-Cookie: __cfduid=d08eefa198ee0db59ded603c3c28736981550011719; expires=Wed, 12-Feb-20 22:48:39 GMT; path=/; domain=.xxxxxxxxxxx.com; HttpOnly; Secure
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
X-AspNet-Version: 4.0.30319
X-SVR: w36

Server: Cloudflare
CF-RAY: 4a829a9bfd426dde-SJC

{“code”:“499”,“type”:“100”,“subCode”:“”,“message”:“Invalid Authorization Header”}

1 Like

Doesn’t look like an error code Cloudflare shows. This is an error coming directly from the origin server (I guess BizTalk). Check your error logs (audit logs?) and make sure the auth method your client uses is correct.

1 Like

This topic was automatically closed after 14 days. New replies are no longer allowed.