Skip to content

Commit

Permalink
added missing response header names #EA-3317
Browse files Browse the repository at this point in the history
  • Loading branch information
gsergiu committed Jan 23, 2023
1 parent bbfc80b commit a490bb8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ public interface HttpHeaders extends javax.ws.rs.core.HttpHeaders{
public static final String ALLOW = "Allow";

public static final String ACCESS_CONTROL_ALLOW_HEADERS = "Access-Control-Allow-Headers";
public static final String ACCESS_CONTROL_ALLOW_ORIGIN = "Access-Control-Allow-Origin";
public static final String PREFER = "Prefer";
public static final String PREFERENCE_APPLIED = "Preference-Applied";

public static final String ALLOW_GOH = "GET,OPTIONS,HEAD";
public static final String ALLOW_POST = "POST";
Expand Down

0 comments on commit a490bb8

Please sign in to comment.