Hi!
How send Connection request from ACS on cwmp port? Me need known url this request and how using login and password.
1 Like
- ACS sends HTTP GET with credentials to CPE’s ConnectionRequestURL.
- CPE initiates connection through Inform message if configured correctly.
Note: This is a simplified explanation, and specific implementation details may vary depending on your ACS software.
We send GET authorization requests to ConnectionRequestURL or ConnectionRequestURL/connreq, and always receive an empty 200 response. After that, when attempting to send any CWMP command, such as cwmp:GetParametersNames, we get a 404 response