Thak you for using the Microsoft Q&A forum.
Based on my experience, I tried to reproduce the issue and found a solution to be specifying the responseFilter parameter without percent-encoding.
I suggest you try using the responseFilter
parameter without percent-encoding, as I did in below repro.
curl "https://api.bing.microsoft.com/v7.0/search?q=aluminium&responseFilter=News,Webpages" -H "Ocp-Apim-Subscription-Key: YOUR_SUBSCRIPTION_KEY"
Part of the Output:
This should resolve the issue and allow you to use multiple values for the responseFilter
parameter.