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

The plugin should use POST, not GET calls. #18

Open
dmitryintel opened this issue Jan 10, 2018 · 2 comments
Open

The plugin should use POST, not GET calls. #18

dmitryintel opened this issue Jan 10, 2018 · 2 comments

Comments

@dmitryintel
Copy link
Contributor

dmitryintel commented Jan 10, 2018

Description

As implemented, the plugin uses GET calls to talk to panorama. It happens so that Panorama uses GET calls to change internal state as well as simply return information. This is fine, as long as bulk configuration update commands can fit into the limit of 2048 characters.

It is better to change the plugin to use POST.

@sudhirappaji
Copy link
Member

@dmitryintel , it is not clear from your description, How GET is able to make update on Configuration? Can you give additional details?

@dmitryintel
Copy link
Contributor Author

Panorama does respond to certain GET calls by making internal changes. It goes against the convention, yes.

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

No branches or pull requests

2 participants