axios-module
axios-module copied to clipboard
Prevent sending cookies
Hello
code:
created() { this.$axios.get('http://myapi.loc/sniffer.php?client='+process.client); },
if client = false then send cookies and header user.
How to prevent sending cookies and headers?