Skip to content

fix: use GET requests in CWProxy.rql

Frank Bessou requested to merge topic/default/get-rql into branch/default

There is no reason to use POST requests for requests that are not supposed to mutate anything. Using GET request also don't requires sending a CSRF token.

Merge request reports