Your comments

Hi,

I looked again in how I do the request and found why I couldn't get the cors header.
I used this url: http://www.hebcal.com/shabbat?....

The http response is 301 which doesn't include the cors header and includes a location header to use this url:
http://www.hebcal.com/shabbat/?....

This url works. notice the ending forward slash. I use angular js and it seems the forward slash was stripped. I forced it and now its ok.

Thanks,
Roi