Escaping and Sanitization

Does anyone know if there’s a document or discussion anywhere that talks about how Wappler handles escaping and sanitization of data sent from/to the browser? (Also, maybe just generally how Wappler handles security would be good as well.)

Thanks.

1 Like

Hi - Thanks for that.

I’ve noticed that the training videos pull data out of $_GET and $_POST vars. But not sure if we have to sanitize those before storing or using them or if they are already sanitized by the time we’re using them. Or if we have to handle the escaping of data ourselves before we send it back to the screen.

Thanks!