cancel
Showing results for 
Search instead for 
Did you mean: 

POST request using HTTP server operator in Data Hub results in Cross-site error

boudhayan-dev
Product and Topic Expert
Product and Topic Expert
964

Hi,

I have created the following Modeler scenario -

I have defined 2 types of request -

1. GET

2. POST

The GET request works absolutely fine when I try from POSTMAN but POST request fails with the following error -

Error - Forbidden cross-site request

How do I disable CSRF token requirement ?

Regards,

Boudhayan Dev

Accepted Solutions (1)

Accepted Solutions (1)

AndreasForster
Product and Topic Expert
Product and Topic Expert

On the 'Headers' tab in postman enter the key X-Requested-With with value XMLHttpRequest

This fixed it for me

Answers (0)