arsfutura / face-recognition

A framework for creating and using a Face Recognition system.
BSD 3-Clause "New" or "Revised" License
146 stars 49 forks source link

{ "message": "The method is not allowed for the requested URL." } #11

Closed Abhinchand closed 4 years ago

Abhinchand commented 4 years ago

while running the app.py an error occur, a message will show in browser ,that's the method is not allowed for the requested url. help me how to fix it

ldulcic commented 4 years ago

Hi @Abhinchand! /face-recognition endpoint accepts only POST requests, when you open it in browser you are sending GET request, that's why you're seeing this message.