I am trying to pass credentials via AJAX to a Domino Database to have it automatically login and return Data in JSON.
Domino seems to chop off everthing after the "?ReadViewEntries"
Thanks in Advance! Mike
The RedirectTo query string argument needs to be URL Encoded so that the server sees the "&count=500..." as part of the RedirectTo value rather than as query string arguments to the original page.
For example, use: