Forum Discussion

Wasfi_Bounni's avatar
Wasfi_Bounni
Icon for Cirrocumulus rankCirrocumulus
Jun 26, 2023

Is there a method like REST::send but for external URLs?

Hi;

With the REST::send method, is there a similar method to send json data to a URL that is external to the F5. I am asking this question as the REST::send method can only be used with URLs local to the F5?

My intention is to send a "one way" messsage, like a webhook to an external server to trigger something on it. Don't realy care if I get a response back. Below is the method.

Kindly

Wasfi

REST::send -method "<method>" "<uri>" ["<json data>"]