Hallo
im trying to post some information through a API call. i could got the result correctly before but since few days the result is now empty. i didn’t changed any settings. i tested the request on postman and is worked fine
i will be very thankfull for any help
Hi @stephane.lekemo ,
Welcome to community.
API Make sure the activity version is up to date.
I am forwarding the links of those who have encountered this situation before.
@Andrey_Gaweiler
Very interesting problem you have.
I cannot reproduce it. I’ve tried a dozen things, and no luck.
That said, the more I look at your response, the more I think it is your browser or Ionic that is getting in the way. I do all my testing as javascript running in node on my Mac Desktop.
I would suggest the following two experiments:
Create a javascript file that makes the call suitable for running from node. Just hard code everything. See if that works. My suspicion is …
hello,I have met the same issue with you!It is last Friday,I need to call Chaojiying’s Verification Code Interface by the busniess,but I had received None by the HTTP Request Activity for several times.In my opinion,it must be internal bug by this activity.So I had to write HTTP Request by myself.The following is my code,hope to give a help to you!
[image]
[image]
And the code is:
request=CType(WebRequest.Create(“http://upload.chaojiying.net/Upload/Processing.php ”), HttpWebRequest)
request.…
@steven24 - Welcome to UiPath Community
in HttpRequest activity -pls change the AcceptFormat as ‘JSON’ and try.
Regards,
MY
Thrall
(Thrall)
September 16, 2022, 3:42pm
3
I came across same issue myself this morning. It looks like it happened after our API dev team did changes on their end without letting us know. The solution for me was changing the Input> AcceptFormat from JSON to XML.
I hope that it will help someone in the future.