Hi,
in config.inc.php I have a line like
base_url[ojs3] = //myjournal.com/ojs3
I did this to avoid mixed-content.
Now I want to use the Orcid-Plugin.
Orcid tells me “Redirect URI doesn’t match your registered redirect URIs”, because it wants the “https:” before the two slashes.
Obviously I can alter the line in the config file, or add the string “https:” in the template, but shouldn’t it work with the two forward slashes alone, without doing anything?
Regards,
habib