Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
What extensions do you have enabled on Chrome? Any ad-blocking or CORS extensions? I'll wait...
-
Chrome does weird stuff if you don't have a favicon in root. Not sure if that was ever changed.
-
If your local host name is one name (for example 'localhost') this can be quirky as well in chrome.
-
@kanduvisla nope. It's running on '127.0.0.1'. But we don't worry about that anymore after our great ancestor CGI went extinct . Do we?
-
Did you try actually removing adblocker? I've literally had this exact same problem because of it.
-
@korengali I tried pausing it and disabling it, didn't solve the problem. First it won't show anything but after fiddling around a bit, it gave me 400 error so I knew I was close. Actually I didn't pay much attention and gave different names for my model objects and serialized objects and thus was getting an error. It's resolved now 😇
-
Mabdou14yIt works for me in Incognito mode but always throws a 403 when normal, even with all the extensions disabled. smh
Related Rants
While working with Django Rest Framework, the Post and Delete requests were giving me 403 error. With no help from stack overflow, I decided in vain to check it with Firefox browser instead of Chrome.
IT FUCKING WORKS ON FIREFOX!! HOW THE FUCK??
Things like this are responsible for my mid life crisis.
undefined
rest
python
drf
django
chrome
firefox