Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect unauthorized downloads #12

Merged
merged 2 commits into from
Apr 15, 2020
Merged

Conversation

graphaelli
Copy link
Owner

Work around status code 200 - Password Required

While fetching download_url from zoom without an access token, password
protected recordings return:

HTTP/2 200
content-type: text/html;charset=utf-8

<!doctype html>
<title>Password Required - Zoom</title>

zat only considers non-html so a content-type check for html detects this.

While fetching download_url from zoom without an access token, password
protected recordings return:

	HTTP/2 200
	content-type: text/html;charset=utf-8

	<!doctype html>
	<title>Password Required - Zoom</title>

zat only considers non-html so a content-type check for html detects
this.
@graphaelli graphaelli added the bug Something isn't working label Apr 15, 2020
@graphaelli graphaelli merged commit 1fadce9 into master Apr 15, 2020
@graphaelli graphaelli deleted the detect-unauthorized-download branch April 15, 2020 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants