You need to sign in to do that
Don't have an account?
itstaff1.3920641347534116E12
(500) Internal Server Error
Using an ASP.Net application, I am making a REST Call to the API in Salesforce, however I am getting the 500 Internal Server Error. The exception is thrown when I try to get the response from the server. The line of code that is making the call is the following:
Dim response as Net.HttpWebResponse = CType(request.GetResponse(), Net.HttpWebResponse)
This is where the exception is being thrown. This used to work however only recently this has been an issue. Did something change on Salesforce's side with a new release?
Thanks.
Dim response as Net.HttpWebResponse = CType(request.GetResponse(), Net.HttpWebResponse)
This is where the exception is being thrown. This used to work however only recently this has been an issue. Did something change on Salesforce's side with a new release?
Thanks.
This will help us track the error in the app logs better.