Calling external api using JsonClient #7301
Answered
by
minhhungit
rhemasystems
asked this question in
Help
-
Hi All,
|
Beta Was this translation helpful? Give feedback.
Answered by
minhhungit
Dec 26, 2024
Replies: 1 comment 1 reply
-
Please any help will be greatly appreciated @minhhungit |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@rhemasystems try to use .net core HttpClient
var response = await _httpClient.PostAsync(url, content);