Skip to content

Local API WiFi+LAN v. 1.009.02 #17

Description

@marttin-h

Hello,

after updating my WiFi+LAN dongle to firmware version 1.009.02, the local API appears to have stopped working.

Previously, I was able to access the local API using a POST request like this:

POST /
Content-Type: text/plain

optType=ReadRealTimeData&pwd=xxxxx

Current behavior:

  1. When calling the endpoint over HTTP, I receive:

    • Status code: 405
    • Message: "Request method for this URI is not handled by server"
  2. When calling the same endpoint over HTTPS, I receive:

    • Status code: 200
    • Response body:
      {"code":403,"message":"failed","attempts":0,"lock":28}

The request method is POST, and the body is:
optType=ReadRealTimeData&pwd=xxxxx

This worked correctly before the firmware update.

Has the local API behavior changed in firmware 1.009.02?

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions