0

I tried to connect HP QC using postman rest client

The followig URL(Example)

http://qc-server.com/qcbin/rest/domains/DEFAULT_773497139/projects/773497139_DEMO/defects?username=username@gmail.com&password=mypassword

It throws error as follows

**Authentication failed. Browser based integrations - to login append '?login-form-required=y' to the url you tried to access.**

when i tried adding the parameter login-form-required=y it goes back to login page how to store session and fetch data through rest api using postman rest client.

Senthilnathan
  • 790
  • 9
  • 27

1 Answers1

-1

Choose Authorization type as BASIC and Enter credential and Click Update Request.

Postman snap:

Postman snap

Christian Baumann
  • 3,188
  • 3
  • 20
  • 37
Ashish
  • 1