OpenSeaMap / depth_webfrontend

Web frontend for the depth project.
http://depth.openseamap.org
Creative Commons Zero v1.0 Universal
14 stars 16 forks source link

error messages regarding CORS in the browser console #236

Open stevo01 opened 10 months ago

stevo01 commented 10 months ago

@JonyIvy reported: I found some error messages regarding CORS in the browser console that pointed to a problem with respect to http vs https. So I tried loading the page with https://depth.openseamap.org/#register and voilà, the captcha was loading! (I suppose the registration will now work, will try later.) Maybe make sure all non-https requests are redirected to https on the web server, that should solve the problem.