python access to call redirect page is unknown (404)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2016 07:59 AM - edited 03-19-2019 10:50 AM
I was using a different version of the Cisco Communication manager, and was able to access the following
"https://server/ccmuser/j_security_check"
"https://server/ccmuser/showHome.do"
"https://server/ccmuser/deviceEdit.do? key=%s" %phone_id
"https://server/ccmuser/lineSettingsRedirect.do"
"https://server/ccmuser/lineSettingsSave.do"
With our new server,
https://server/ccmuser/j_security_check" works fine
But the following get 404 error, I assume the page name/type has changed.
Can anyone throw some light on my problem.
Note change from ccmuser to ucmuser
"https://new-server/ucmuser/showHome.do"
"https://new-server/ucmuser/deviceEdit.do? key=%s" %phone_id
"https://new-server/ucmuser/lineSettingsRedirect.do"
"https://new-server/ucmuser/lineSettingsSave.do"
-Error message : 404 - /ucmuser/showHome.do
Thanks
Shaun
- Labels:
-
UC Applications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2016 11:36 PM
404 is not found, if you try manually it works?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2016 02:21 AM
https://server/ccmuser/j_security_check work from inside the program and in a browser
Buthttps://new-server/ucmuser/showHome.do doesn't work at all in either
I am unsure what the difference is if any , between ccmuser and ucmuser
But it seems that the .do file have at least changed names.
Thanks
Shaun
