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
{{ message }}
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.
I was trying to follow the Django REST Framework tutorial. In part 7 of the tutorial, we're told to use coreapi-cli to inspect and test the REST API.
Besides the fact that I'm affected by #19, I have also run into a weird issue where, after running the coreapi command a few times, it would "randomly" try to connect to my test server on port 80 instead of the port 8001 (which is the port my test server is running on). I have not yet noticed a pattern of how this happens, however.
The text was updated successfully, but these errors were encountered:
@blueyed Yup - could well be something like redirects on --debug being effected.
I'll close this since #26 and the 1.0.8 release may well be the fix.
Welcome to reopen if an issue persists.
I was trying to follow the Django REST Framework tutorial. In part 7 of the tutorial, we're told to use coreapi-cli to inspect and test the REST API.
Besides the fact that I'm affected by #19, I have also run into a weird issue where, after running the
coreapi
command a few times, it would "randomly" try to connect to my test server on port 80 instead of the port 8001 (which is the port my test server is running on). I have not yet noticed a pattern of how this happens, however.The text was updated successfully, but these errors were encountered: