TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sujeet Raman
860
927
354.5k
How to use IHttpClientFactory or HttpClient to call multiple API's?
Feb 1 2021 2:12 PM
Hi all,
I am new to ASP.net core web API.I was trying to create a main API which will call 2 services (concider these 2 are micro services)
1.api/school/getdetails
2.api/college/details
i gone through some article and i understood IHttpClientFactory or HttpClient can help to this but i am not sure how to use these.Lots of articles confusing me..
main api should be......... http://SYS09X.com:5008/api/school/getdetails
MainAPI........calls.........school service,college service
please help me with some article or suggestion for my understanding
Reply
Answers (
5
)
JWT Authentication in Razor Pages .net core
MVC c# @Html.TextBoxFor and @value = "@Session["Tel"]"