0

I'm new to jboss and was wondering if it's possible to configure with Access-Control-Allow-Origin *. Is this possible? If so, where does this directive go? Am I better off just using nginx as a proxy?

Thanks,

Jason

neridaj
  • 2,143
  • 9
  • 31
  • 62

1 Answers1

0

You could write a servlet filter, stick it in web.xml for your app, and deply it to jboss. That would at least work for that app.

Erlend
  • 4,336
  • 22
  • 25