• ChrisA
  • NEWBIE
  • 0 Points
  • Member since 2010

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

Hello there,

 

I've written a small c# program, that uses the salesforce webservices to get some data out of salesforce.

 

This works very well, but when I look into the Login History of the salesforce setup menu I can see the program authenticating against the salesforce without saying what it is. All other login attempts show the exact browser the user uses to login.

Is it somehow possible to send some Identification Headers when using the SforceService object, so that I can see which program authenticates?

 

(I tried to set the SforceService.UserAgent, but  I did not work.)

 

Thanks,

Chris

  • April 26, 2010
  • Like
  • 0