Created
August 12, 2024 15:00
-
-
Save tanvirraj/e9f8fba3a8170db9e41f37fa15975500 to your computer and use it in GitHub Desktop.
ss
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
app-web | | |
app-web | ==== | |
app-web | Contents of self.request: | |
app-web | _request: <WSGIRequest: POST '/api/emails/register/'> | |
app-web | parsers: [<rest_framework.parsers.JSONParser object at 0x10e497ad0>, <rest_framework.parsers.FormParser object at 0x10e494a70>, <rest_framework.parsers.MultiPartParser object at 0x10e4947d0>] | |
app-web | authenticators: [<rest_framework.authentication.SessionAuthentication object at 0x10e4975f0>, <rest_framework.authentication.BasicAuthentication object at 0x10e4941d0>] | |
app-web | negotiator: <rest_framework.negotiation.DefaultContentNegotiation object at 0x10e497650> | |
app-web | parser_context: {'view': <emails.views.rest.auth.RegistrationUserViewSet object at 0x10e496780>, 'args': (), 'kwargs': {}, 'request': <rest_framework.request.Request: POST '/api/emails/register/'>, 'encoding': 'utf-8'} | |
app-web | _data: {'username': 'raqib', 'password': 'raqib!@#password', 'email': '[email protected]'} | |
app-web | _files: <MultiValueDict: {}> | |
app-web | _full_data: {'username': 'raqib', 'password': 'raqib!@#password', 'email': '[email protected]'} | |
app-web | _content_type: <class 'rest_framework.request.Empty'> | |
app-web | _stream: <_io.BytesIO object at 0x10e48b970> | |
app-web | accepted_renderer: <rest_framework.renderers.JSONRenderer object at 0x10da71c40> | |
app-web | accepted_media_type: application/json | |
app-web | version: None | |
app-web | versioning_scheme: <rest_framework.versioning.URLPathVersioning object at 0x10da72060> | |
app-web | _authenticator: None | |
app-web | _user: AnonymousUser | |
app-web | _auth: None | |
app-web | ==== | |
app-web | | |
app-web | | |
app-web | | |
app-web | | |
app-web | ==== | |
app-web | Request META: {'wsgi.version': (1, 0), 'wsgi.url_scheme': 'http', 'wsgi.input': <_io.BufferedReader name=10>, 'wsgi.errors': <_io.TextIOWrapper name='<stderr>' mode='w' encoding='utf-8'>, 'wsgi.multithread': True, 'wsgi.multiprocess': False, 'wsgi.run_once': False, 'werkzeug.socket': <socket.socket fd=10, family=2, type=1, proto=0, laddr=('127.0.0.1', 8000), raddr=('127.0.0.1', 56030)>, 'SERVER_SOFTWARE': 'Werkzeug/3.0.3', 'REQUEST_METHOD': 'POST', 'SCRIPT_NAME': '', 'PATH_INFO': '/api/emails/register/', 'QUERY_STRING': '', 'REQUEST_URI': '/api/emails/register/', 'RAW_URI': '/api/emails/register/', 'REMOTE_ADDR': '127.0.0.1', 'REMOTE_PORT': 56030, 'SERVER_NAME': '127.0.0.1', 'SERVER_PORT': '8000', 'SERVER_PROTOCOL': 'HTTP/1.1', 'HTTP_HOST': '127.0.0.1:8000', 'HTTP_CONNECTION': 'keep-alive', 'CONTENT_LENGTH': '76', 'HTTP_SEC_CH_UA': '"Not)A;Brand";v="99", "Google Chrome";v="127", "Chromium";v="127"', 'HTTP_DNT': '1', 'HTTP_SEC_CH_UA_MOBILE': '?0', 'HTTP_USER_AGENT': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36', 'CONTENT_TYPE': 'application/json', 'HTTP_ACCEPT': 'application/json, text/plain, */*', 'HTTP_BAGGAGE': 'sentry-environment=production,sentry-release=4f1af018b647212647792a06ef134dde08a2b080,sentry-public_key=8022d4e4bf8f49c6bc1db715c70ec0ce,sentry-trace_id=dfd80b84dcaa4c4ba342d5c3608fcfb2', 'HTTP_X_CSRFTOKEN': 'oJAkjUp4iPLwgKBhIr6FDb9hcV6fc9NJAWGX114CpuA7tEUlMYUGtmoPeRMCNRpk', 'HTTP_SENTRY_TRACE': 'dfd80b84dcaa4c4ba342d5c3608fcfb2-b600f4b3b1142e4b', 'HTTP_SEC_CH_UA_PLATFORM': '"macOS"', 'HTTP_ORIGIN': 'http://127.0.0.1:8000', 'HTTP_SEC_FETCH_SITE': 'same-origin', 'HTTP_SEC_FETCH_MODE': 'cors', 'HTTP_SEC_FETCH_DEST': 'empty', 'HTTP_REFERER': 'http://127.0.0.1:8000/register', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate, br, zstd', 'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.9', 'HTTP_COOKIE': 'initial_path="/"; XSRF-TOKEN=oJAkjUp4iPLwgKBhIr6FDb9hcV6fc9NJAWGX114CpuA7tEUlMYUGtmoPeRMCNRpk', 'werkzeug.request': <Request 'http://127.0.0.1:8000/api/emails/register/' [POST]>, 'werkzeug.debug.preserve_context': <built-in method append of list object at 0x10d0e8780>, 'CSRF_COOKIE': 'oJAkjUp4iPLwgKBhIr6FDb9hcV6fc9NJAWGX114CpuA7tEUlMYUGtmoPeRMCNRpk'} | |
app-web | Request COOKIES: {'initial_path': '/', 'XSRF-TOKEN': 'oJAkjUp4iPLwgKBhIr6FDb9hcV6fc9NJAWGX114CpuA7tEUlMYUGtmoPeRMCNRpk'} | |
app-web | Request session: {} | |
app-web | Request GET: <QueryDict: {}> | |
app-web | Request POST: <QueryDict: {}> | |
app-web | | |
app-web | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment