Решения клиентских лучших практик сертификатов/автора веб-сервиса

Необходимо перейти к Окну/Поведению и проверить Полный экран на Alt-Enter. Сохраните сессию, таким образом, Вы будете в состоянии использовать этот ярлык для преобразования в полноэкранный режим.

5
задан randombits 5 October 2009 в 21:00
поделиться

2 ответа

My generic advice would be to keep your API separate from your authentication routines. Your web server should handle the interaction for you.

Solutions for your side of the client-certificate scenario are dependent on your environment. You haven't posted that here, but it seems a targeted Google search should give you an idea of what's necessary.

Since you're providing an API to other parties, you do have some consideration regarding environment support for those developers. You're doing well with a REST basis, and most programming environments are going to interoperate with those rather well.

Client certificate support is likely going vary in terms of support efficiency across environments, platforms, etc. Additionally, you're now affecting client-side implementation when you require certificates. This will almost certainly put you in a position of requiring you to support your customers and get them up and running with your API. That means familiarity with other languages, web servers, frameworks, etc.

3
ответ дан 15 December 2019 в 06:30
поделиться

Библиотека Python HTTP поддерживает клиентских сертификатов , как и библиотека urllib, расположенная поверх нее.

0
ответ дан 15 December 2019 в 06:30
поделиться
Другие вопросы по тегам:

Похожие вопросы: