We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
At this time I run an HTTP-server on RL-TCPNet. Every time when I visit the web-page of my board, the board does something with the query-string. That works fine, but I need to access this web-page using an AJAX-request. And because my board is an other domain, I get an 'cross-domain-error'. If it was an PHP-website, I could easily add this php-
header('Access-Control-Allow-Origin: *');
This allows the AJAX-request and there is no cross-domain-error.
But how can I do this on the RL-TCPNet? Is there a way to add header-information??
I hope there is someone who can help me...
Thank you.