Skip to content

Instantly share code, notes, and snippets.

@kubek2k
Created April 8, 2014 11:56
Show Gist options
  • Save kubek2k/10114138 to your computer and use it in GitHub Desktop.
Save kubek2k/10114138 to your computer and use it in GitHub Desktop.
Dropwizard 0.7.0 CORS configuration
environment.servlets().addFilter("cors-filter", CrossOriginFilter.class)
.addMappingForUrlPatterns(EnumSet.of(DispatcherType.REQUEST), true, "/*");
@vaske
Copy link

vaske commented Jul 11, 2014

Works perfect!

@kanchana-padmanabhan
Copy link

I give it super 5 stars :)

@Javilete
Copy link

Indeed, it works perfectly!!! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment