laminas-api-tools / api-tools

Laminas API Tools module for Laminas
https://api-tools.getlaminas.org/documentation
BSD 3-Clause "New" or "Revised" License
37 stars 19 forks source link

Collection Query String Whitelist not working #2

Open weierophinney opened 4 years ago

weierophinney commented 4 years ago

I made a simple fresh new rest api but when i put a something into Collection Query String Whitelist and add it to request then the result is not filtered. Collection Query String Whitelist = 'CODE' URL : \restapi\1?CODE=123


Originally posted by @Hoszi at https://github.com/zfcampus/zf-apigility/issues/193

weierophinney commented 4 years ago

The white list should be an array, currently you set a string. Can you be more specific on the code you used in your configuration...


Originally posted by @Wilt at https://github.com/zfcampus/zf-apigility/issues/193#issuecomment-322396916

stephancarpin-rt commented 3 years ago

hello same problem here