App Proxy

Main Application Scenarios

When visiting a third-party application/plugin within a store, the URL of the third-party service accessed in the browser should not become the domain address of the third-party application. In such scenarios, this is achieved through the use of an APP Proxy.

Working Principle

The core principle involves, when accessing a third-party application/plugin within a store, constructing a special request using the store's domain and carrying the third-party application/plugin information passed to the Shoplazza backend system. Then, using the recorded service information related to the third-party application, the request is forwarded to the third-party application. After the third-party application responds (the response body can be any HTML content), the response is then forwarded to the store's frontend for the display of the third-party page.

Processing Sequence