Migration and upgrade
← Thread:Robowiki talk:About/Migration and upgrade/reply (6)
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
Return to Thread:Robowiki talk:About/Migration and upgrade/reply (6).
Fixed:
- http redirects to https, except for if you have action=raw in the URL, for roborumble compatibility
- This fixes if you log in with https, it would redirect you to http and then not allow your login token for security reasons.
Can we not forcefully redirect? I think it breaks my rss reader and probably others too.
If someone wants to use https, I understand them. But one day the certificate will expire, and stupidly paranoid modern browsers do not even let you see pages behind expired certificates.
Out edits are public anyway, I see no harm someone sniffing them.
Yes, I know that sometimes pages content is modified by evil providers but I think it is less harm than not able to see content of a page at all.
It fixed a bug with the login, which redirected back to http for some reason. I'll add an exception for the RSS URL to not do redirect, like I did for the roborumble. Can you think of any other URLs which need exceptions?
There is some differnces between new and old wikis.
The old one had some special api enabled. Specificly there were working two special urls
http://robowiki.net/w/ http://robowiki.net/api.php
they allowed to check for incremental changes.
They also gave access to rss reader.
Ok, I'm not sure how that was set up exactly. It is better not to have php files in the root namespace, or using directory defaults for file access. But there is now: http://robowiki.net/w/api.php
This should have what you need.