Last modified: 2012-12-21 20:21:01 UTC
Using the https access to the toolserver.org I get a browser warning about an unsecure connection sending the request.
Need an full url to be able to reproduce this.
(In reply to comment #1) > Need an full url to be able to reproduce this. https://toolserver.org/~erfgoed/toolbox/search.php fill out with any data and hit "Submit"
Go to https://toolserver.org/~erfgoed/toolbox/search.php after clicking on "Submit" you'll get it. When I look in the source code I see: <h2>Search Monuments</h2> <form method="get" action="http://toolserver.org/~erfgoed/api/api.php"> <input type="hidden" name="action" value="search" /> <input type="hidden" name="limit" value="100" /> <table id="mainform"> The action = part should be changed based on if secure is used or not.
[Offtopic] Errm, so "Monuments Database > Toolbox" in Bugzilla refers to the URL https://toolserver.org/~erfgoed/toolbox/ ?