Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi Guys,I found the problem while developing web front-end with javascript to make a request to NSO northbound API.Due to CORS(Cross-Origin Resource Sharing) mechanism browser will sent a preflight request to NSO before the main request.So, In NCS ve...
Thanks for the explanation. It makes sense for disabled it because of the security concerns.I have tried to set withCredentials flag before, but it seem to not working in firefox. Anyway I will go with reverse-proxy workaround, support case not neede...
Hi, Is it possible to use each element in leaf-list from plain xml template without python-template ?
For exampleI have yang like this
leaf-list neighbors {
type inet:ipv4-address;
}
and xml template like this
<vfi>
<name>{./vfi-name}</name>
...