in one page i need to after click my url redirect to external Link and i send token in header to this Link, i write redirect with window.location but i dont know how to send token in header
handleModalContinue = (e) => {
e.preventDefault();
window.location.href = "http://something.com"
};