Search found 4 matches
- 10 Jan 2021, 05:07
- Forum: Support Forum (English)
- Topic: HTTP POST requests
- Replies: 5
- Views: 236
Re: HTTP POST requests
I used Packet Capture and sent the HTTP POST request. The file is found but it's the wrong content type, "text/plain" when it should be "application/json" . Is it possible to include the header "content-type:application/json" and if so, how? From an app that successfully sends the command: POST /jso...
- 05 Jan 2021, 05:43
- Forum: Support Forum (English)
- Topic: HTTP POST requests
- Replies: 5
- Views: 236
Re: HTTP POST requests
Log when sending an HTTP POST request: DEBUG fireEvent IRControl Application: Refresh-500=refresh DEBUG fireEvent IRControlApplication: Refresh-30 tooks 7 MilliSecs DEBUG fireEvent IRControlApplication: Refresh-30=refresh ERROR Error while executing HTTP Command DEBUG HTTP POST http://192.168.175.51...
- 03 Jan 2021, 22:45
- Forum: Support Forum (English)
- Topic: HTTP POST requests
- Replies: 5
- Views: 236
HTTP POST requests
I was successfully using IRControl to control a device with HTTP GET requests such as: 192.168.175.51:8080/jsonrpc?request={"jsonrpc":"2.0","method":"Input.Down","id":1} After updating that device, it now requires HTTP POST requests. I've gotten the following to work from two other programs, but it ...
- 31 Dec 2020, 01:52
- Forum: Support Forum (English)
- Topic: Retentive state button
- Replies: 1
- Views: 129
Retentive state button
Using your StateButton example, I created a state button to select between two audio sources. It works fine but the problem I have is that it always defaults to the "off" state. For example, if I press the button so it's in the "on" state and then change pages (such as Main) and then return to the o...