javascript fetch automatically changes http with https

前端 未结 0 1573
萌比男神i
萌比男神i 2021-01-31 21:12

I am making a request with fetch at the client side with this code:

    var request = new Request(`http://ip:8080/click?url=${value}`, {
        method: \'GET\',
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题