Skip to content

Do I understand the purpose of this framework wrong and why can't I get it running with Quarkus? #829

Answered by Bevor
Bevor asked this question in Q&A
Discussion options

You must be logged in to vote

OK, I think I know what is wrong now:
First of all, I opened all my local ports, so the timeout problem is gone (I still need to narrow it down which ports were exactly the problem).
Second, I have to create some Header Handler (implement org.eclipse.microprofile.rest.client.ext.ClientHeadersFactory) that extends the header by "Host: service.example.com". This is needed, because otherweise the request runs into a "wrong location" or in other words, it is like invoking the IP in browser (and obviously it doesn necessarily mean that the "real" website is the landing page)

The basic problems are solved now. Thanks for your support.

Replies: 3 comments 9 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
9 replies
@cescoffier
Comment options

@cescoffier
Comment options

@Bevor
Comment options

@Bevor
Comment options

Answer selected by Bevor
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants