Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
added Access-Control-Expose-Headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jungwire committed Aug 2, 2023
1 parent 123e816 commit db52d76
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ public Response createQueryOptions(String queryString, @Context HttpServletReque
.header("Access-Control-Allow-Headers", "origin, content-type, accept, authorization")
.header("Access-Control-Allow-Credentials", "true")
.header("Access-Control-Allow-Methods", "GET, POST, PUT, DELETE, OPTIONS, HEAD")
.header("Access-Control-Expose-Headers", "*")
.build();
}

Expand Down

0 comments on commit db52d76

Please sign in to comment.