Systems-Modeling / SysML-v2-API-Services

Proof-of-concept pilot implementation for the Systems Modeling API and Services.
GNU Lesser General Public License v3.0
45 stars 15 forks source link

Link header not available in CORS response #108

Open philip-alldredge opened 1 year ago

philip-alldredge commented 1 year ago

When making a cross-origin request to the service, only the content-length and content-type headers are exposed. Tested with the service hosted at http://sysml2.intercax.com:9000/ . The Link header should be exposed to allow pagination. Appears that play.filters.cors.exposedHeaders is the appropriate option.