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.

Home Page:https://frontman-labs.github.io/frontman/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handling query strings

nonsoike opened this issue · comments

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

@nonsoike this should be fixed