-
Notifications
You must be signed in to change notification settings - Fork 3k
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
testing single page application #187
Comments
Would the consequence of this working mean that more resources would be loaded through ajax? If that's the case I would advise you to request the url to the ajax requested data. |
Yes there is ajax request which request to api. I can get this url and send requests but I wonder how it could be working with hashtag. |
You can't use hashtag so you have to request it for yourself. Furthermore, javascript is not evaluated, so it won't work. |
thank you. |
Hi,
when I want to send http request to single page application, the urls after hashtag (#) are ignored such as:
self.client.get("/#/books/story")
Is there a way to achieve this?
The text was updated successfully, but these errors were encountered: