The payload is delivered inside the parameters of the request. To deliver malicious payload the operators can be negated. That means the for example all users except the known one used in the request is included in the response from the database server.
* Pass HTTP parameter as an array instead of `user=` and `password=` use
```sh
user[$operator]=foo&password[$operator]=bar
```
* Give a 2D array a chance as well while fiddling with the request in following way