Skip to content

isprime/token-authentication-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Token Authentication Example Code

> curl -I 'http://token-authentication-example.isprime.com/test-720p.mp4'
HTTP/1.1 403 Forbidden
[snip]
> php md5-authentication.php http://token-authentication-example.isprime.com/test-720p.mp4
http://token-authentication-example.isprime.com/test-720p.mp4?expires=1425631400&token=5a8a5f4576ce8878c27747d844321a5a
> python md5-authentication.py http://token-authentication-example.isprime.com/test-720p.mp4
http://token-authentication-example.isprime.com/test-720p.mp4?expires=1425631400&token=5a8a5f4576ce8878c27747d844321a5a
> curl -I 'http://token-authentication-example.isprime.com/test-720p.mp4?expires=1425631400&token=5a8a5f4576ce8878c27747d844321a5a'
HTTP/1.1 200 OK
[snip]
> 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published