Commit a123cac
authored
fix: enable follow_redirects for httpx client to handle 307 status codes (#164)
- Added follow_redirects=True to httpx.AsyncClient configuration
- This resolves issues with 307 Temporary Redirect responses
- Ensures proper handling of redirect responses from Flagsmith API
- All existing tests continue to pass1 parent 99fc80e commit a123cac
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
0 commit comments