Discussions

Ask a Question
Back to All

CORS Support required.

Hi, I'm trying to use your API form my Web application. In this case I need to do requests dirrectly from browser. But security policy in all modern browsers prevents this. To make this happend we need to use CORS. It's easy to implement on your side. It's necessary to add header 'Access-Control-Allow-Origin: * ' or 'Access-Control-Allow-Origin: {HOST_NAME}' in case when request contains header 'origin: {HOST_NAME}'.

Can you please add the CORS support?