Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
444 views
in Technique[技术] by (71.8m points)

firefox - 如何使用Firefox或Chrome手动触发HTTP POST请求? [关闭](How do I manually fire HTTP POST requests with Firefox or Chrome? [closed])

I want to test some URLs on a web application I'm working on.

(我想在我正在处理的Web应用程序上测试一些URL。)

For that I would like to manually create HTTP POST requests (meaning I can add whatever parameters I like).

(为此,我想手动创建HTTP POST请求(这意味着我可以添加我喜欢的任何参数)。)

Is there any extension or functionality in Chrome and/or Firefox that I'm missing?

(我缺少Chrome和/或Firefox中的任何扩展程序或功能吗?)

  ask by Pascal Klein translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

I have been making a Chrome app called Postman for this type of stuff.

(我一直在为这类东西制作名为Postman的Chrome应用程序。)

All the other extensions seemed a bit dated so made my own.

(所有其他扩展似乎有点过时,所以我自己。)

It also has a bunch of other features which have been helpful for documenting our own API here.

(它还有许多其他功能,这些功能有助于在此处记录我们自己的API。)


Postman now also has native apps (ie standalone) for Windows, Mac and Linux!

(Postman现在还拥有适用于Windows,Mac和Linux的原生应用程序 (即独立应用程序 )!)

It is more preferable now to use native apps, read more here .

(现在更优选使用本机应用程序,请在此处阅读更多内容。)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...