Open percepo opened 1 year ago
When using -d, the method switches to POST. Using -X can override the method, but when using -d "a=2" and -X "GET", the method remains POST. It does not switch to GET. Overriding it with any other method works
When using -d, the method switches to POST. Using -X can override the method, but when using -d "a=2" and -X "GET", the method remains POST. It does not switch to GET. Overriding it with any other method works