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:
-
When calling the endpoint over HTTP, I receive:
- Status code: 405
- Message: "Request method for this URI is not handled by server"
-
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.
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:
When calling the endpoint over HTTP, I receive:
When calling the same endpoint over HTTPS, I receive:
{"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.