Currently, if you make REST API request over SSL, it gets redirected to login page, because of the redirection logic we have (SSL access only for web UI logged users). Apparently, /rest/* URLs should be exempt from this logic.
I believe this can be fixed by updating the no_redirect.pattern in the .ini file:
no_redirect.pattern = (/nf/\d+/_(ew|static)_/.*)|(/rest/.*)
Blocked on https://control.sog.geek.net/sog/trac/ticket/18170
Log in to post a comment.
I believe this can be fixed by updating the no_redirect.pattern in the .ini file:
Blocked on https://control.sog.geek.net/sog/trac/ticket/18170