Hello,
I tried call an external api from server script.
I tried two way:
- response = frappe.make_get_request(“https://google.com”)
- send_request
but both ways return 502 bad gate way.
So, how to call external api from server script?
Thanks for your support