You can get the original fastapi request doing `or...
# support-questions
k
You can get the original fastapi request doing
original_request = request.original
as shown in the above code snippet