without knowing anything
http://ter.ps/hackapi
HTTP
Client
(Browser)
Server
request
response
Run the command:
nc -l 3000
On browser go to:
http://localhost:3000
$.ajax({
url: '/api/v1/endpoint',
method: 'POST',
data: data,
success, successCallback,
error: errorCallback
});
while (waitForEvent()) {
processEvent();
}
git clone https://github.com/SeanBae/Jarvis.git