Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Routing requests to the Eureka server's API and web page

Pragya Keshap answered on February 18, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • What are the issues in using REST over HTTP for Microservices?
  • Configuring clients to the Eureka server
  • call the Eureka API through the edge server to see what instances are currently registered in the discovery server
  • eureka discovery server spring boot example

  • Routing requests to the Eureka server's API and web page

    0

    Eureka exposes both an API and a web page for its clients. To provide a clean separation between the API and the web page in Eureka, we will set up routes as follows:

    Requests sent to the edge server with the path starting with /eureka/api/ should be handled as a call to the Eureka API

    Requests sent to the edge server with the path starting with /eureka/web/ should be handled as a call to the Eureka web page

    Popularity 1/10 Helpfulness 1/10 Language typescript
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 18 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.