Http POST drops port in URL

后端 未结 5 1966
遥遥无期
遥遥无期 2021-02-02 11:53

I have a webapp built with Django. I\'m currently running it off a laptop at home behind a router.

I have the router configured to route all traffic sent to a specific

5条回答
  •  猫巷女王i
    2021-02-02 12:04

    Given everything you're concerned with is clear HTTP (unlike something like AJP for instance) I'd run a protocol analyser such as Wireshark on the host and determine at which point the redirect is introduced.

提交回复
热议问题