Configuring ColdFusion proxy for XMLHttpRequests

Here's the script:

I am creating a site where I need to do cross-domain XMLHttpRequests, and the external channel is XML.

Due to some restrictions on the web server, I need a proxy server that will be written in ColdFusion. The URI to be proxied is dynamic, but the set of URIs is good at the moment.

I never wrote a single line in ColdFusion, so help is very much appreciated.

_L

+3
source share

Source: https://habr.com/ru/post/1744396/


All Articles