HandleSpecialURL security

Greetings all.

I am deploying a web based app via Xojo Cloud. It uses HandleSpecialURL to receive HTTP GET sends from a third party.

Do I have to take any precautions with buffer over-run inputs to HandleSpecialURL, or is this taken care of under the hood ?

Regards,
Tony Barry

Xojo handles that internally.

Thank you Christian.