owntracks / quicksetup

A (mostly) automated installer for OwnTracks Recorder, Frontend with MQTT and Let's Encrypt
https://owntracks.org/booklet/guide/quicksetup/
9 stars 3 forks source link

Test http mode #16

Closed jpmens closed 4 months ago

jpmens commented 4 months ago

We've done almost all testing on quicksetup with MQTT, which is obvious as we prefer that protocol.

I've tested HTTP POST, but we need to test whether an OwnTracks device (Android, iOS) correctly works on HTTP.

Reminder: we do not support WS over MQTT.

ckrey commented 4 months ago

Tested with Android and iOS app. Just change mode to HTTP and add url=https://server.domain/owntracks/pub

jpmens commented 4 months ago

Marvelous, thanks.

jpmens commented 4 months ago

That can't be. From the nginx access.log:

- jane [10/Feb/2024:08:41:04 +0000] "GET /owntracks/pub HTTP/1.1" 404
jpmens commented 4 months ago

Ah, we expect POST obvioiusly.