mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-07-25 20:36:42 -04:00
When accessing ZoneMinder through port forwarding, API requests were made without the forwarded port, causing NS_ERROR_NET_TIMEOUT. The url(), urlToZMS(), urlToJanus(), and urlToApi() methods now fall back to this.Port then location.port when no explicit port is passed. fixes #4675 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>