PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, September 2, 2022

[FIXED] How to login to Domino session based authentication using Postman?

 September 02, 2022     authentication, lotus-domino, xpages     No comments   

Issue

How can I login to a Domino session based authentication form using postman and get authenticated data. The server is setup to accept basic authentication.

Tried both POST and GET using this url but it does not seem to work

http://server/names.nsf?login&username=zzz&password=zzz&RedirectTo=http://server/database/view?readviewentries

can I access the data in one request or do I first need to authenticate using fomr-data and later get data?

any other way to do it?


Solution

On the Authorization tab select Basic Auth as type and add your username and password.

enter image description here



Answered By - Per Henrik Lausten
Answer Checked By - Terry (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing