Closed pmorie closed 6 years ago
I'm looking at this now
Should be the same issue. You can't use mux.Vars
for query params. All r.URL.Query() should be r.FormValue and mux.Vars should only be used for variables on the URL.
/path/to/:somevar/entity?:queryParam1&queryparam2
mux.Vars can be used to get :somevar
but NOT queryParam1
or queryParam2
.
@pmorie Are you still working on this? Otherwise I can also take care of fixing the rest of the issue with the params.
Sorry, I'm not looking at it at this point, feel free @LiliC
I bet it is related to this issue: https://github.com/pmorie/osb-broker-lib/issues/34
Looks like fields are blank: