Skip to content

lotusfa/Multiple-XMLHttpRequest

Repository files navigation

Multiple-XMLHttpRequest

Multiple-XMLHttpRequest is a tools to send multiple request in few clicks.

alt text

INPUT Description Example
METHOD GET/POST/PUT/DELETE GET
Data csv/xlsx file with data CSV FILE with datas:
a,b,c
v1,v2,v3
v1,v3,v4
URL target server url "http://example.com"
Result send multiple request Send the following request :
http://example.com?a=v1&b=v2&c=v3
http://example.com?a=v1&b=v3&c=v4

Pre-install

Some browser may block the Cross-Domain request due to security issue. To use this system, you need to enable the Allow-Control-Allow-Origin: * , by installing this extention

Getting Started

Go to this website

Running the example

You can try the peogram with following example:

INPUT:

OUTPUT: It will send a "GET" request with the data inside csv file. ie. https://en.wikipedia.org/w/api.php?action=query&titles=Main%20Page&prop=revisions&rvprop=content&format=json&formatversion=2

License

This project is licensed under the MIT License - see the LICENSE.md file for details