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!
- Fernando Giacomino asked 4 years ago
- You must login to post comments
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.
- Gregory answered 4 years ago
- You must login to post comments
Your Answer
Please login first to submit.