Skip to content

Conversation

vaneck237
Copy link
Contributor

No description provided.

Comment on lines 36 to 40
//builder.addHeader("Content-Type", "application/json");
if(!StringUtils.isEmpty(csrfToken)){
builder.addHeader("X-Csrftoken", csrfToken);
builder.addHeader("X-Requested-With", REQUESTED_WITH);
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why removing the CSRF , we should find a fix at some point

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i've re-add them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants