Httpc-http request error (Code: 406 Reason: Not Acceptable)

I get this error in the event info "httpc-http request error (Code: 406 Reason: Not Acceptable) ". Can you tell me more about it?

Hello,

Can you provide a backup with support files so we can get the full context of the unit?

Here is the TAR file MOVED TO STAFF NOTE (204 KB)

Hello,

So that error could be tied to the BASIC Script that you have running.

If you disable the script, does the error still occur?

The error is caused by the server the eWon is communicating with using the PUTHTTP command found in the CallOut BASIC script routine .

Using postman the error was duplicated by setting the header to “Content-Type: application/x-www-form-urlencoded” the server returned the 406 status. The server did not like header sent under PUTHTTP. The 406 status was due to a server policy. The policy has since been modified and PUTHTTP now is functional with the server.

Please consider this issue resolved

Thank you for the update George. I will make note of this for future reference.

Your welcome, eWon support is a team sport :blush: