Digest Auth in HTTP module?

Heya Makers

  • I tested accessing an API with Postman and Digest Auth, which works fine.
  • In Make the HTTP module doesn’t list Digest Auth, I tested with Basic Auth request, which results in an authorized access error.

I’m not very familiar with the topic, is Digest Auth not supported by Make, is there a workaround to it?

It is not supported. You’ll need to create the the http calls manually like I did with another authentication flow missing from oAuth authentication.

1 Like