Outline ·
[ Standard ] ·
Linear+
How to send HTTP requests
|
TSlwk523
|
Feb 20 2022, 02:57 PM, updated 4y ago
|
|
Hi, Can anyone share me any tools that allow me send the HTTP request in google chrome ? Here is my data. url:http://192.168.0.1/cgi-bin/http.cgi type:POST data: {“lightNo“:“5“,“cmd“:237,“method“:“POST“,“language“:“EN“,“sessionId“:12345656“} \ This post has been edited by lwk523: Feb 20 2022, 02:57 PM
|
|
|
|
|
|
tancyew
|
Feb 20 2022, 03:04 PM
|
Getting Started

|
download app call postman.
else can us extension in chrome. try find rest client in chrome store
|
|
|
|
|
|
CyrusWong
|
Feb 20 2022, 03:30 PM
|
|
chrome extension Talend API Tester
|
|
|
|
|
|
TSlwk523
|
Feb 20 2022, 09:07 PM
|
|
QUOTE(CyrusWong @ Feb 20 2022, 03:30 PM) chrome extension Talend API Tester Thank all ya.
|
|
|
|
|
|
Ludwig.
|
Feb 20 2022, 09:09 PM
|
|
postman
|
|
|
|
|
|
howszat
|
Feb 20 2022, 09:13 PM
|
|
QUOTE(lwk523 @ Feb 20 2022, 02:57 PM) Hi, Can anyone share me any tools that allow me send the HTTP request in google chrome ? Here is my data. url:http://192.168.0.1/cgi-bin/http.cgi type:POST data: {“lightNo“:“5“,“cmd“:237,“method“:“POST“,“language“:“EN“,“sessionId“:12345656“} \  To simply send HTTP request is simple. To be able to handle JSON as well, you need a scripting language.
|
|
|
|
|