function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Saurabh Kulkarni 37Saurabh Kulkarni 37 

Null values to all response headers in HTTPS callouts

Hello,
I'm making a callout from apex to the URL which is over HTTPS. The call is successful with 200 OK status. However, the values for all response headers are null as shown below:
User-added image

Is this beacuse the communication is over HTTPS and all reponse headers are encrypted? If yes, how can i decrypt the same. If No, what can be the other areas i should check? 
pconpcon
Can you please provide the Apex code you used to print out the headers  HTTPS calls should work correctly and have the headers that are accessible.

NOTE: When including code please use the "Add a code sample" button (icon <>) to increase readability and make referencing code easier.