Hey guys, I am stuck with this for a while and I have a deadline... I am trying to request an API with the GET method which gives me the Query Parameters to be sent. I had some problems with null values but that I was able to fix with a ApiInterceptor, now the problem is with the URL that is being sent.
How it should be sent:
myAPP/v1/companies?(...)requestIds=6beb3645d84b&requestIds=52bf9806bd09& (...)
But FF is sending like this:
myAPP/v1/companies?(...)RequestIds=%5B%226beb3645d84b%22%2C%2252bf9806bd09%22%5D?(...)
How can I solve this?