Blog-Einträge getaggt mit auth

gewählte Tags:
(-)

Django, mod_wsgi and HTTP Authentication

I sometimes use HTTP (Basic) Authentication to authenticate requests to an API of a website. Using cookie and form-based authentication for an API which will be used programmatically is generally a PITA. If the views are exposed via HTTPS (SSL/TLS encrypted) then I see ...

mehr lesen »

Ajax mit HTTP Basic Auth (YUI)

Für eine Adobe AIR Anwendung an der ich grade arbeite verlangt die Server- Schnittstelle eine Authentifizierung per HTTP Basic Auth. Klar ist ein Basic Auth nicht immer die erste Wahl beim Einsatz von Ajax, aber eine Authentifizierung über Cookies und Sessions zu implementieren, wenn ...

mehr lesen »