#Is the Feign best approach to send HTTP request?

6 messages · Page 1 of 1 (latest)

steady granite
onyx creekBOT
#

This post has been reserved for your question.

Hey @steady granite! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

past orbit
#

it’s good if you have an api backend and need to communicate, it makes using that easier

#

but if you want to send a plain http request to some url, or want to configure a lot more than feign allows you, use the HttpClient api introduced in java 11