We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a28462 commit d13acc1Copy full SHA for d13acc1
src/routes/docs/products/auth/server-side-rendering/+page.markdoc
@@ -430,6 +430,9 @@ client.setForwardedUserAgent(req.headers['user-agent']);
430
<?php
431
$client->setForwardedUserAgent($_SERVER['HTTP_USER_AGENT']);
432
```
433
+```python
434
+client.set_forwarded_user_agent(request.headers.get('user-agent'))
435
+```
436
{% /multicode %}
437
438
# OAuth2 {% #oauth2 %}
0 commit comments