You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# fails | Method | Name | Type
-- | -- | -- | --
7 | GET | / | HTTPError('404 Client Error: Not Found for url: http://localhost:8000/',)
7 | GET | /polls | HTTPError('404 Client Error: Not Found for url: http://localhost:8000/accounts/login/?next=/polls/',)
@anm237 No, that doesn't sounds like it's related to HTTPS. The HTTPError exception does not imply that plain HTTP is used. It sounds like the URL you're requesting returns a 404 Not Found.
Description of issue / feature request
Hi .. I'm working about load testing and I'm beginner.
İ want to get request a page that protected (login required)..
My code
Expected behavior
I try to success request .
Actual behavior
Environment settings (for bug reports)
Steps to reproduce (for bug reports)
TBD - example code appreciated
The text was updated successfully, but these errors were encountered: