Playframework Custom CORSFilter implementation

71 Views Asked by At

I am trying to implement CORS Filter in Play framework 2.7.X where I want all the subdomains for allowedOrigin with something like this

allowedOrigin ="*.o1test.com"

I am have tried using implementing HttpFiltersComponents by passing these params. I am not getting the proper java or scala example to implement this. Any sample will help me.

0

There are 0 best solutions below