Trying to get a Webm link, so that I would not be needing to authenticate and store the cookie
Answered-
Hi Yongyan Foo,
It's not possible to create a URL without the need for authentication.
Authentication allows a server to verify a user's identity and ensure that they have the proper permissions to access the requested resource. Without proper authentication, it's possible for unauthorized users to gain access to sensitive information or resources.
For this reason, users are required to use a user account with Bearer authentication or optional Digest authentication. Bearer authentication involves sending a token with each request to prove the user's identity, while Digest authentication requires a username and password for access.
While it may seem inconvenient to require authentication for every URL, it's an essential security measure that helps keep user data safe. By using a trusted authentication method, users can rest assured that their information is being protected and that they're the only ones who can access it.
0
Post is closed for comments.
Comments
1 comment