In my html pages , I gave the resources links as
https://mydomain.com/sites/default/files/styles/sds.img
That resource is loading nicely when I hit the url in browser with below url,
www.mydoamin.com
But when I hit the url like below
mydomain.com
Surprisingly it is failed to load the resource. What could be the problem ??
And when I remove the https and converted to http like
http ://mydomain.com/sites/default/files/styles/sds.img
It's working again.
The resources I'm linking are images, javascripts and css. What exactly going on here. I don't have any clue.
Thanks for any inputs.