@lovenalube wrote:
Hello
I have a line like this in a server side V8js post process script:
var result = platform.api.post("http://example.com/my_api", JSON.stringify({"name":"test"}), options);
How can I get the response headers? Trying to do var_dump(result) does not give the response headers.
Posts: 1
Participants: 1