Project

General

Profile

Update Wiki page from external website

Added by Ben Richardson over 12 years ago

Hello,

Is it possible update a wiki page by sending a html form to the Redmine server.

For example we have a separate server that runs a script the queries our LDAP servers for current list of users once a day. After the script runs could we have it post that list of users to wiki page on our Redmine server by simply including it in the URL
ie:
If you wanted to update/replace a wiki page called LDAP_Users you would send the following:
https://support-server1/redmine/projects/support/wiki/LDAP_Users?content[text]=|Joe Blogg|Jim Smith|More Names|

Would that be possible or is there some way to automate the updating of wiki pages in this fashion?

I play devils advocate and tried to just coping the code from the /edit wiki page into a html file which I ran off my desktop. It didn't work (no surprise) due to authentication issues.

Thanks,
Ben