Skip to content

AXIS M5525-E - embed camera url in webpage IFrame element. #479

Discussion options

You must be logged in to vote

@snagaraj2022 , You might need to modify the header "Referrer-Policy" to "no-referrer" or "no-referrer-when-downgrade".
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy

Example:

POST http(s)://axiscam_ip/axis-cgi/customhttpheader.cgi
{
"apiVersion": "1.0",
"context": "abc",
"method": "set",
"params": {
"Referrer-Policy": "no-referrer-when-downgrade"
}
}

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by vivekatoffice
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants