Closed Andrew-Dickinson closed 9 months ago
http://meshdb.meshsvc-grand.mesh.nycmesh.net/api/v1/installs/
This view should work authenticated, but does not work in incognito. This is because the browser is making an OPTIONS request in addition to the GET request, which the InstallListCreatePermissions class is not returning True for
InstallListCreatePermissions
Also please add a regression test covering an OPTIONS request
http://meshdb.meshsvc-grand.mesh.nycmesh.net/api/v1/installs/
This view should work authenticated, but does not work in incognito. This is because the browser is making an OPTIONS request in addition to the GET request, which the
InstallListCreatePermissions
class is not returning True for