http request fail

0
0

https://reqbin.com/8zlnr739
I have a simple endpoint that can reach with this reqbin test, but can’t with “Make HTTP Request” flow step. The log just say “Error: Unknown HTTP error”, where can I see more info about this error? Thanks, this plugin is awesome!

  • You must to post comments
0
1

I think it’s because in your PHP settings the directive “allow_url_fopen” is disabled. Currently, the plugin uses file_get_contents() to make HTTP requests which is not the best option and will be changed to using cURL soon.

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.