question

Christian avatar image
Christian asked

Http Get Request?

We are looking for a way to create a simple Http Get Request from cloud-script without success, we tried XMLHttpRequest but the server reports a "JavascriptException: ReferenceError: XMLHttpRequest is not defined" error. Our objective here is to simply make a GET call to a url and pass the results back the client. Can this be done?

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Christian avatar image
Christian answered

My bad, just found out we can do "http.request" via this link

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.