FaceAPI使用申請で許可をいただき使用していたが、10月7日以降FaceAPIのリクエストが404エラーとなるが、解決策をしりたい

敬一 吉田 25 Reputation points
2023-10-13T01:28:37.9433333+00:00

FaceAPIの登録申請をし、許可をいただき、

2018年より使用していたFaceAPIでの顔認証を、継続利用していたが、10月7日より突然以下URLが404エラーとなり、使用不可の状態となっている

解決策をしりたい

https://westus.api.cognitive.microsoft.com/face/v1.0/detect?returnFaceId=true&returnFaceLandmarks=false

Updating the issue details AS-IS in English for the benefit of our Community audience.

I received permission in the FaceAPI application and used it, but since October 7th, FaceAPI requests have resulted in a 404 error.

I have been using facial recognition using FaceAPI since 2018, but from October 7th, the URL below suddenly became a 404 error and became unusable.

I want to know the solution

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
153 questions
{count} votes

Accepted answer
  1. navba-MSFT 18,325 Reputation points Microsoft Employee
    2023-10-16T10:34:40.1666667+00:00

    @敬一 吉田 Thanks for the update. I'm glad to see you were able to resolve your issue.

    Thanks for posting your solution so that others experiencing the same thing can easily reference this. Since the Microsoft Q&A community has a policy that the question author cannot accept their own answer, they can only accept answers by others, I'll repost your solution in case you'd like to Accept the answer.

    Issue: You have been using FaceAPI for facial recognition since 2018, but since October 7th, the URL you have been using has resulted in a 404 error. You are seeking a solution to this issue.

    Resolution:
    You were able to resolve the issue by adding the below code and enabling TLS 1.2:

    ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12;

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful