Giter Site home page Giter Site logo

Comments (4)

beetlex-io avatar beetlex-io commented on May 21, 2024 1

url rewrite is not support

from bumblebee.

beetlex-io avatar beetlex-io commented on May 21, 2024 1

Using BeetleX.Bumblebee.UrlRewrite plugin support this feature

from bumblebee.

beetlex-io avatar beetlex-io commented on May 21, 2024

Bumblebee can use Gateway.SetRoute method to define routes

            g.SetRoute("/employee.*","remark").AddServer(
              "http://192.168.2.28:9090",
              "http://192.168.2.29:9090");
            g.SetRoute("test1.ikende.com|/.*","remark").AddServer("http://192.168.2.25:9090");
            g.SetRoute("test2.ikende.com|/.*","remark").AddServer("http://192.168.2.26:9090");

web management route

Install-Package BeetleX.Bumblebee.Configuration -Version 1.1.8.2

load

 g.LoadPlugin(typeof(Bumblebee.Configuration.Management).Assembly );

access http://host/__system/bumblebee/
image

from bumblebee.

huanbd avatar huanbd commented on May 21, 2024

Hi IKende,
In a tab Routes in page manager I can only add route for gate, but I can't define a route for an downstream api
Ex: link upstream: /api/data1
link downstream: /home/data

from bumblebee.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.