Brian
Brian
Thanks for your response and the technical explanation. Would you consider adding a config option that enables support for these non-standard streams? I've experienced quite a few streams with the...
Thanks for the suggestion, I was able to subclass MailUtil to add my own validation. However I'm not sure what I'm doing wrong but I noticed that /register seems to...
I'm using my own frontend which POST's JSON to /register. The response when I try an invalid email is `{"meta":{"code":200},"response":{"csrf_token":"ImE5Mm..."}}` with no error message.
I think I figured out the problem. When I had SECURITY_RETURN_GENERIC_RESPONSES enabled /register would return 200, even if I used an invalid email address. But when I disabled that setting,...
For my use case I don't really care if a caller knows the whitelisted domain since the site is hosted on the same domain. But ideally I'd like to prevent...
Thanks for submitting this. It looks good and I'll test it ASAP. The only thing I'm wondering is if we should disable the MediaMTX related API routes when the new...
Thanks for reporting this, I noticed that message too. It seemed to be just a warning and everything still worked so I didn't do anything about it. I'll do some...
No, [Traccar](https://www.traccar.org/) is different from Meshtastic. It receives location updates from [tracking devices](https://freematics.com/store/index.php?route=product/product&product_id=85&tracking=5fbca3beebc8d) that are usually installed in vehicles. It is mainly used for vehicle fleet management, and it has...
Try sending the UID as a URL parameter rather than JSON in the request body.
OpenTAKServer uses sessions, not basic auth. First you need to make a GET request to `/api/login` with the `Content-Type: application/json` header. The response will include an XSRF token. Subsequent requests...