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

Add post request custom protocol #3511

Closed
wants to merge 3 commits into from

Conversation

monkeyclass
Copy link

Still missing validation logic but besides that tries to implement post requests not using dyndns1 or dyndns2 protocols but instead a custom POST Request. Only difference is to choose POST Request protocol and for the server field type in a url like api.example.com/2/ddns?domain=test.example.com&hostname=__HOSTNAME__&myip=__MYIP__ without http(s) scheme (it still respects force_ssl).

AdSchellevis added a commit that referenced this pull request Jul 31, 2023
Explain __MYIP__ and __HOSTNAME__ usage in server help text, while here add some missing @staticmethod decorators in various accounts. Make sure the server fields either validates a domain or an uri, depending on the protocol selected.
AdSchellevis added a commit that referenced this pull request Jul 31, 2023
Explain __MYIP__ and __HOSTNAME__ usage in server help text, while here add some missing @staticmethod decorators in various accounts. Make sure the server fields either validates a domain or an uri, depending on the protocol selected.
@monkeyclass monkeyclass closed this Aug 6, 2023
@monkeyclass
Copy link
Author

Closed, implemented by c9c2a75

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

Successfully merging this pull request may close these issues.

1 participant