The URL written for the syntax in the request is static -> 
"https://localhost:9001/3.0/......";

Does the REST ROOT URL always need to be static --> 
"https://localhost:9001/3.0"; ?
Mine is  "https://localhost:8001/3.1";
Am I missing something here?

If it need not to be static then it can be written like this
 <the URL given in the parameter "REST root url" >/<type of request>

Like for obtaining the version information it can be  <the URL given in the 
parameter "REST root url" >/system/versions

In my case it will be --> http://localhost:8001/3.1/system/versions
_______________________________________________
Mailman-Developers mailing list -- mailman-developers@python.org
To unsubscribe send an email to mailman-developers-le...@python.org
https://mail.python.org/mailman3/lists/mailman-developers.python.org/
Mailman FAQ: https://wiki.list.org/x/AgA3

Security Policy: https://wiki.list.org/x/QIA9

Reply via email to