CPAINT :: Cross-Platform Asynchronous INterface Toolkit

Please note: CPAINT nor this website is under active development.

Proxy Utility: Considerations

The improper use of the proxy script can be dangerous and we would like to point out the following security and usage considerations:

» The proxy utility does NOT sanitize or validate any data being passed to the backend. You should either sanitize or validate this code before passing the data to the frontend CPAINT object or modify the proxy script to fit your needs.

» If you are accessing data on a remote server that you do not own or control, please ensure that you have permission from the owner to utilize server resources and/or data.

» If you are accessing a remote script that requires a username and password to login, it is best to prompt the user for the information rather than storing that information in plain-text in your frontend code.