sitemule / ILEastic

Embedded application server for ILE on IBM i
Apache License 2.0
58 stars 29 forks source link

CORS support added #93

Closed iiSiggi closed 4 years ago

iiSiggi commented 4 years ago

Hi, this is a plugIn for the ILEastic which enables CORS support. You'll only have to add it as plugIn to your server.

il_addPlugin(ileasticConfig: %paddr('il_addCorsHeaders'): IL_PREREQUEST); This line will add the following headers each with a value of '*' to your response:

NielsLiisberg commented 4 years ago

Perfect !! Great job :)