Santiago Fernandez

Results 2 comments of Santiago Fernandez

@marcosperez Is `AllowedOrigins: []string{}` the proper way to allow all origins? Could you repeat the test with the default values? https://github.com/AdhityaRamadhanus/fasthttpcors/blob/master/cors.go#L34 ```go AllowedOrigins: []string{"*"}, AllowedMethods: []string{"GET", "POST"}, AllowedHeaders: []string{"Origin", "Accept",...

FWIW We are using [ReactAdmin](https://marmelab.com/react-admin/), which doesn't have support for composite IDs. To circumvent this limitation we use a single param containing the composite ID serialized to JSON and url...