Can i use diffie hellman for API requests using PostMan?

hi,
our API server is using diffie hellman for encryption.
how can i manage my calls from Postman to support this please?

1 Like

TLS1.2 uses Diffie-Hellman , is this what you are lookig for ?

Hi
thanks for the reply.
no it’s not what i’m looking for, as we just use DH for the data encryption (Content-Type= application/octet-stream) and not the full TLS protocol encryption.

is there any way i can use POSTMAN for that?

hi, I have same question. any suggestion?