After finally getting dicom images to local from the local file system, I decided to use cornerstoneWADOImageLoader to load an image from the localhost (wadouri example). I downloaded the cornerstoneWADOImageLoader from github and ran it on the server. The default image from cornerstonetech works fine, but I can't get it to load something from my localhost. I am using apache xampp.

I have already tried the ff:
- adding Header set Access-Control-Allow-Origin "*" to my httpd-conf file under <directory> tags
- adding alot of other things to httpd-conf file after the above didn't work, which also did not work.
- starting chrome --disable-web-security
- placed the imageloader inside magix_images
I'm not sure what exactly what I'm missing here. Any help is appreciated. Thanks in advanced!