How to protect web app against login CSRF while also allowing mobile app/curl to access REST API?

I am using Django REST framework.
I want a single API for all of my clients (web, mobile, curl).
I understand that I need to include a CSRF token in requests originating from the web client, to protect against CSRF. However, this is not ne… Continue reading How to protect web app against login CSRF while also allowing mobile app/curl to access REST API?

Best Strategy to Integrate ELK, MISP, and Cortex in Threat Intelligence Feed Dashboard Project?

I am currently working on a project called "Threat Intelligence Feed Dashboard : An application that can provide a seamless dashboard to visualize and analyze the indicators of potential cyber threats obtained from various threat inte… Continue reading Best Strategy to Integrate ELK, MISP, and Cortex in Threat Intelligence Feed Dashboard Project?

Why isn’t the data sent again after resfresh page in a POST request [migrated]

I have used axios to send a POST request after pressing a button. I want to make sure not to send the data again after refreshing the page or clicking the button right after.
When I refresh the page or click the button the data is not bein… Continue reading Why isn’t the data sent again after resfresh page in a POST request [migrated]