hyperioxx / frontman

Frontman is an open-source API gateway written in Go that allows you to manage your microservices and expose them as a single API endpoint. It acts as a reverse proxy and handles requests from clients, routing them to the appropriate backend service.
https://frontman-labs.github.io/frontman/
GNU General Public License v3.0
5 stars 0 forks source link

Handling query strings #91

Closed nonsoike closed 1 year ago

nonsoike commented 1 year ago

It looks like we are not handling query strings in Frontman. This is giving me a 404:

@gateway_url = http://localhost:8007

### My service
GET {{gateway_url}}/myservice/endpoint
  ?reporting_year=2023
  &reporting_period=1
hyperioxx commented 1 year ago

@nonsoike this should be fixed