cancel
Showing results for 
Search instead for 
Did you mean: 

Error performing Rest API using BP

AmitPatnaik
Level 4
Business object: webservices - REST Need to test the get response of below url: "http://www.google.com" I am trying to verify the http status response code : 200 Error: Internal : Could not execute code stage because exception thrown by code stage: Unexpected character encountered while parsing value:
3 REPLIES 3

AbhishekShukla
Level 2
Did you find a solution to it?

DavidEdwards-Da
Level 5
Use the HTTP utility if you want generic GET/POST requests.   If you want anything more advanced than what it offers, you'll need to implement your own utility object.

AmitPatnaik
Level 4
Yes Abhishek, I implemented my own code (C#) as the existing HTTP utility does not give you all the result like status code and redirection. I have used HTTPWebrequest class to write my logic. Amit-