When I type in http GET localhost/api/data?param1=3¶m2=7
I get a response that indicates the second parameter doesn't exist. I'm attempting to test my REST api and cannot figure out why the second parameter isn't recognized when using HTTPie.
There is no information on this in the documentation or online.