Hypertopic / AAAforREST

An HTTP reverse proxy to bring authentication, authorization and accounting to RESTful applications
GNU Affero General Public License v3.0
6 stars 5 forks source link

Site cookie deletion preflight #44

Closed benel closed 4 years ago

benel commented 6 years ago

In real settings (inside a browser), DELETE /_session will send a preflight OPTIONS which is not handled by AAAforREST for now.

benel commented 4 years ago

Implemented in v2 (see related code lines).