• zubal
  • NEWBIE
  • 0 Points
  • Member since 2014

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

firstly I cannot access my account with old password:
https://www.webassessor.com/wa.do?page=publicHome&branding=SALESFORCE
I tried to reset but I am not getting email with URL.

When I am trying to access:
http://certification.salesforce.com/open-a-case
to open a case, I am getting server not found message.

My question is, are you closing these services and I am loosing my money? I cannot access my account for a last 3 days, I have certification in progress and lost one weekend.










 
  • October 04, 2015
  • Like
  • 0
Hello,  Using the below code (snippet posted), we are trying to get a SessionId
ajaxRequest.open("GET", "LiveAgentAPIEndpoint/chat/rest/System/SessionId"", true);
ajaxRequest.setRequestHeader("X-LIVEAGENT-AFFINITY",null);
ajaxRequest.setRequestHeader("X-LIVEAGENT-API-VERSION","30.0");
ajaxRequest.send(null);
This is returning a status of 400 - Any idea on what could be incorrect here? 

Thanks.

  • May 29, 2014
  • Like
  • 0