在React JS中重定向到外部URL时,如何在标头中发送令牌?

时间:2019-08-19 06:49:24

标签: reactjs redirect http-headers token

在一页中,我需要单击URL重定向到外部链接,然后将标头中的令牌发送到该链接,我使用window.location编写重定向,但是我不知道如何在标头中发送令牌

  handleModalContinue = (e) => {
        e.preventDefault();
            window.location.href = "http://something.com"

    };

0 个答案:

没有答案