This topic is locked

Digest Authentication

6/20/2022 5:57:50 PM
PHPRunner General questions
O
Oswaldo Merchan author

Help me, how to integrate authenticacon digest?

Admin 6/21/2022

The question doesn't make much sense the way it is. Could you rephrase it or prvoide more info?

O
Oswaldo Merchan author 6/23/2022

thanks for answering
I need to integrate with an application by apirest that has digest authentication but phprunner by default does not handle it how can I perform digest authentication from phprunne
img alt
r

i need digest authentication no basic authentication

Admin 6/25/2022

Check this article for inspiration.

fhumanes 6/27/2022

Hello,

I think that to solve your problem, you must use this "UNIREST" library, which has the "Digest" authentication system that you need. Internally use "Curl"
https://github.com/Kong/unirest-php

In this URL you have an example of how to use this library.
https://fhumanes.com/blog/integracion/app-phprunner-cliente-restfull-api/

Cheers,
fernando