How do you force a web browser to use POST when getting a url?

前端 未结 11 2636
别跟我提以往
别跟我提以往 2020-12-14 00:16

How do you force a web browser to use POST when getting a url?

11条回答
  •  一生所求
    2020-12-14 00:38

    The utility "Fiddler" by Telerik (free ware) allows you to "compose" an http request and send it using any method you choose (Get, Post, Put, Del, etc) It also will give you some very detailed information about the request and the response that can be very helpful during testing and debugging

提交回复
热议问题