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

Fix/wave find script source #14

Merged
merged 2 commits into from
Jun 29, 2019
Merged

Fix/wave find script source #14

merged 2 commits into from
Jun 29, 2019

Conversation

renemarc
Copy link
Owner

Summary

Airthings placed their website behind CloudFlare, and redirect requests to their code files to a CDN. Additionally, browser requests without the www prefix are redirected using javascript, but machine requests are not, leading to a failed query.

This PR adds the required www prefix to machine query find_wave.py. Fixes #1 .

Test Plan (if any)

Checklist

  • I have tested this
  • I added the documentation in README.md

@renemarc renemarc merged commit 69a4d78 into master Jun 29, 2019
@delete-merged-branch delete-merged-branch bot deleted the fix/wave-find-script-source branch June 29, 2019 17:16
renemarc added a commit that referenced this pull request Jun 29, 2019
* fix: re-connect find_wave source location (#14)
* feat: add support for some GitHub Probot apps (#11)
* feat: add support for AllContributors.org
* docs: add rull request template (#10)
* docs: add issue templates (#9)
* docs: add @robmarkcole as a contributor (#8)
* docs: add @grangemd as a contributor (#7)
* docs: add @hpeyerl as a contributor (#6)
* docs: add @renemarc as a contributor (#3)
* docs: add contributing guide
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

/usr/src/app/find_wave.py contains html
1 participant