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

SPOF checker #25

Open
macbre opened this issue Aug 12, 2013 · 6 comments
Open

SPOF checker #25

macbre opened this issue Aug 12, 2013 · 6 comments
Assignees
Milestone

Comments

@ghost ghost assigned macbre Aug 12, 2013
@macbre
Copy link
Owner Author

macbre commented Sep 24, 2013

Check onPageCreated event to get HTML received from server (with no changes from JS).

@macbre
Copy link
Owner Author

macbre commented Dec 5, 2013

Waiting for ariya/phantomjs#11484 to be able to get not modified HTML of the page (i.e. without any changes done by JavaScript code)

@lafikl
Copy link

lafikl commented Dec 9, 2013

We can do it through normal HTTP Request instead of waiting for a patch from Phantom

@macbre macbre modified the milestones: v1.1, Roadmap Mar 12, 2014
@macbre macbre modified the milestones: v1.2, v1.1, Roadmap Apr 4, 2014
@macbre
Copy link
Owner Author

macbre commented May 15, 2014

Waiting for #313 - SlimerJS provides content of HTTP responses

@macbre macbre modified the milestones: v1.4, Roadmap May 25, 2014
@macbre macbre modified the milestones: Roadmap, v1.4 Jun 22, 2014
@cvan
Copy link
Contributor

cvan commented Jun 25, 2014

We can do it through normal HTTP Request instead of waiting for a patch from Phantom

I recommend just using request to fetch the resource again. We need to make sure that we're sending the exact same request headers though to ensure that the response is identical.

@macbre
Copy link
Owner Author

macbre commented Jun 25, 2014

I'd rather use SlimerjS' ability to provide response's body.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants