Jährliche Archive: 2024

2 Beiträge

Using a proxy with JAX-RS on Jakarta/Java EE and JBoss EAP 7.2 / Wildfly 17

Lately I came across the problem that I needed to call some REST resources from within an Jakarta EE 7 application running on a JBoss EAP 7.2 application server inside a company network. For this purpose proxies are used to permit access to specific URLs but block all other request to foreign servers due to security policies. However, the obvious ways to make JAX-RS use a proxy wouldn’t work.

Weiterlesen