• AJAY SINGH 197
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hello,

I am using below code for setting Cookie in HTTP callout , Looks like its not working. 
Is my code correct? 

HttpRequest req = new HttpRequest();
req.setMethod('GET');
req.setHeader('Cookie', 'Name=Value');

Regards,
Sushil