Legacy Knowledge Base
Published Jul. 2, 2025

Using Data Providers with Proxy Servers

Written By

Christopher Lui

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

With the implementation of LPS-96064, it is possible to use Data Providers when Liferay DXP 7.1 or 7.2 is setup to go through a proxy server.

The only caveat is Data Providers that require authentication will still not work. In such a case, no data will be retrieved and Liferay will silently throw a 403 error. This error can be seen in the logs if these classes are set to the following log levels:

com.liferay.dynamic.data.mapping.data.provider.internal.DDMDataProviderInvokerImpl - WARN
com.liferay.dynamic.data.mapping.form.field.type.internal.DDMFormFieldOptionsFactoryImpl - DEBUG 

In summary, if your Data Provider does not require authentication, it will work behind a proxy.

Did this article resolve your issue ?

Legacy Knowledge Base