This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

add header information http-server

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.