标签: reactjs redirect http-headers token
在一页中,我需要单击URL重定向到外部链接,然后将标头中的令牌发送到该链接,我使用window.location编写重定向,但是我不知道如何在标头中发送令牌
handleModalContinue = (e) => { e.preventDefault(); window.location.href = "http://something.com" };