Debug and Live different Outputs on GET-Request

Options

Hey there!

I created an GET-Request for a table called "outfits" to output me different outputs filtered by parameters of the GET-request. Now when I Run it in debug mode, everything works fine and I get the correct outfits filtered by category. Here are the parameters for my Debug-Run:

But as soon as I Call the GET-request with parameters from "outside", I get 0 results back even though the parameters are the same, as you see here:

I dont understand what im doing wrong and why I get 0 Output with these parameters.

If anybody could help me I would be very grateful! Thanks in advance for any replies!

Answers