16
Views
3
Comments
Test URL
Question
Hi there,

I got some URLs, and I wanna test if they are working currently. Is there any way I can achive that?
Like the tool curl, any function for this?

Thanks,
Cyrus 
2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Hi Cyrus,

I don't think you can do that directly from the platform. You'll probably need to write an extension to do that.
2019-11-12 17-31-26
Justin James
 
MVP
In the HttpRequestHandler Extension there are methods to do a GET or a POST to a URL. You can use that.

J.Ja
UserImage.jpg
Cyrus Liu
Justin James wrote:
In the HttpRequestHandler Extension there are methods to do a GET or a POST to a URL. You can use that.

J.Ja
 Thanks, Justin and Kilian. I'll have a try.
 
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.