#1665 Not possible to use REST API over SSL

v1.0.0
closed
General
nobody
2015-08-20
2011-03-07
No

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.

Discussion

  • Rick Copeland - 2011-03-07

    I believe this can be fixed by updating the no_redirect.pattern in the .ini file:

    no_redirect.pattern = (/nf/\d+/_(ew|static)_/.*)|(/rest/.*)
    
     
  • Rick Copeland - 2011-03-07
    • labels: --> pycon
     
  • Mark Ramm - 2011-03-14
    • size: --> 1
    • milestone: limbo --> mar-17
     
  • Rick Copeland - 2011-03-14
    • status: open --> in-progress
    • assigned_to: Rick Copéland
     
  • Rick Copeland - 2011-03-14
    • status: in-progress --> blocked
     
  • Dave Brondsema

    Dave Brondsema - 2011-03-15
    • status: blocked --> closed
     

Log in to post a comment.