You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "Yang Bo (JIRA)" <ji...@apache.org> on 2018/04/12 08:51:00 UTC

[jira] [Created] (SCB-479) Add proxy to service-center in frontend

Yang Bo created SCB-479:
---------------------------

             Summary: Add proxy to service-center in frontend
                 Key: SCB-479
                 URL: https://issues.apache.org/jira/browse/SCB-479
             Project: Apache ServiceComb
          Issue Type: Improvement
          Components: Service-Center
    Affects Versions: service-center-1.0.0-m2
            Reporter: Yang Bo
            Assignee: Yang Bo


Currently the frontend visits service-center directly from user browser. This requires that the service-center must be listening on a address accessible from the user machine. (Frontend will not work if visited from other machines if service-center listens on localhost.)

To resolve this issue, we need to add a proxy in the frontend server, and the user access the service-center through that proxy.

This also eliminates the need to modify the apiList.js file when configuring service-center address and port.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)