stackvana / hook.io

Open-Source Microservice Hosting Platform
https://hook.io
Other
1.26k stars 117 forks source link

hook.open not working #260

Closed mikaelkaron closed 7 years ago

mikaelkaron commented 7 years ago

I'm trying to do an outbound request like this:

hook.open('http://requestb.in/1jpte431');

but nothing is received on the other end.

Marak commented 7 years ago

@mikaelkaron

For clarity and performance, I've removed hook.open from the API ( for now ).

Since it was just a wrapper around hyperquest module and only available for node, I figured it's best to just leave the require optional and up to the microservice script itself.