Security issue raised due to User input present in postgrest response. #2201
-
Environment
Description of issueRequest to postgrest: GET /table2? {"content":"CT","canvas_id":null,"parent_id":null,"related_object_pk":null,"related_o (Expected behavior vs actual behavior) Actual Behaviour: Expected Behaviour: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
If you're using HTTPS then all the headers(querystring too) are encrypted in transit, so I think this shouldn't be a security concern. |
Beta Was this translation helpful? Give feedback.
If you're using HTTPS then all the headers(querystring too) are encrypted in transit, so I think this shouldn't be a security concern.
The docs also recommend HTTPS through Nginx.