Hey folks,
We're looking at generating weblink search URLs from a GIS software program to lookup some building permits. The search URL works properly and everything is great (I am using a URL encoded search query), as long as the user is already logged in to weblink.
If the user is not logged in to weblink, they are brought to the login page with an error message saying "Error executing child request for /weblink/search.aspx". If I click on the link from the GIS software again, it now works as I'm logged in.
If I don't set a default login option in weblink administrator and I'm logged out, when I click the GIS link I am brought to the login page as normal, but when I login I get the message "The system has encountered an error and could not complete your request". Again, if I go back to the original GIS link and follow it again it will now work as I'm logged in.
What appears to be happening according to the URL string at the top of the browser is that the encoded URL is being decoded during the login page, and then the decoded URL is being passed by Laserfiche after I login which I think is causing the error. If the URL could remain 'encoded' then I think this would go away.
I've tried multiple browsers (Chrome, IE) but the behavior is the same. We're on WebLink 9.0.
Any ideas? Thanks!
-Shaun