Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
AJAX 経由で資格情報を Domino データベースに渡して、自動的にログインして JSON でデータを返すようにしようとしています。
ドミノは、「?ReadViewEntries」の後にすべてを切り落としているようです
http://www.Server.com/daterbase.nsfopen&login&username=USERNAME&password=THEPASSWORD&RedirectTo=daterbase.nsf/JSONBookView?ReadViewEntries&count=500&RestrictToCategory=MYCATEGORY&outputformat=json ";
前もって感謝します!マイク
サーバーが「&count = 500 ...」を元のページへのクエリ文字列引数としてではなく、RedirectTo値の一部として認識できるように、RedirectToクエリ文字列引数はURLエンコードする必要があります。
たとえば、次を使用します。
http://www.Server.com/daterbase.nsfopen&login&username=USERNAME&password=THEPASSWORD&RedirectTo=daterbase.nsf/JSONBookView?daterbase.nsf%2FJSONBookView%3FReadViewEntries%26count%3D500%26RestrictToCategory%3DMYCATEGORY%26outputformat%3