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

Asynchronous screenshot #2

Open
fzaninotto opened this issue Mar 29, 2012 · 0 comments
Open

Asynchronous screenshot #2

fzaninotto opened this issue Mar 29, 2012 · 0 comments

Comments

@fzaninotto
Copy link

Some screenshots take long to make, and the connection to the screenshot-app service may be lost in the meantime. An asynchronous route would be a good solution:

curl http://www.google.com&width=600&callback=www.mysite.com/screenshot

The end result would be a POST request to http://www.mysite.com/screenshot, with the image in the body, as well as the original request parameters (url, width, height).

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

No branches or pull requests

1 participant