aws-serverless-auth-reference-app
aws-serverless-auth-reference-app copied to clipboard
Include query params into HttpService
Hi Justin, I found a bug that does not affect space finder app, but it affects developers that use space finder as the code base to create a mobile app with AWS.
Bug: Http request is not sending query parameters (/basepath/endpointname?query=sometext)
The bug is not related to Angular Http component, problem is that we override RequestOptions on HttpService component.
I hope you understand that this is an important bug that should be solved.