Node Red with django CSRF

Hi,

I need to establish communication with django under csrf protection.

After getting the token, how to add the token and cookie to the header for post request?

Perhaps the documentation can help you further.

Got it. Need to get the token correctly from responsivecookie.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.