Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prism is not sending query parameters #135

Closed
russmilburn opened this issue Feb 27, 2018 · 3 comments
Closed

Prism is not sending query parameters #135

russmilburn opened this issue Feb 27, 2018 · 3 comments

Comments

@russmilburn
Copy link

in the web app when you press the ? the interface will product a form for query params, when using prism from the command line they parameters are not sent in the url. in the code view the json looks like this

"query": { "source": "{$.ctx.source}", "destinations": "{$.ctx.destinations}", "bitrate": "{$.ctx.bitrate}", "duration": "{$.ctx.duration}", "performance": "{$.ctx.performance}", "management": "{$.ctx.management}" }

the url request is this

GET http://myserver.com:8081/gmn/pricing/v1/prices/itinerant

not

GET http://myserver.com:8081/gmn/pricing/v1/prices/itinerant?source=EDG1&destinations=COR2&bitrate=25&duration=260&performance=Premium&management=Responsive

@russmilburn russmilburn changed the title Prims is not sending query paramerters Prism is not sending query parameters Feb 27, 2018
@pytlesk4
Copy link
Contributor

@russmilburn pushing out a prism binary tonight, and this is fixed. I can send along a new build if this is a blocker for you?

@russmilburn
Copy link
Author

yes please thank you

@pytlesk4
Copy link
Contributor

Released an update!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants