php://input <> $_POST?

后端 未结 3 1415
难免孤独
难免孤独 2020-12-06 07:58

I\'m experimenting with Firefox\'s Content Security Policy. Basically it\'s a special header for the webpage that tells the browser which resources are valid.

When s

3条回答
  •  离开以前
    2020-12-06 08:59

    It can be several of other http request types (I am aware of 7 right now, and several place holders for more to come).
    I would print the $_REQUEST and $_SERVER to see how it actually arrives.

提交回复
热议问题