Closed mraj0045 closed 5 years ago
I have exactly the same issue. Log looks like that in case request uses form-data:
I/Request: ╔══════ Request ════════════════════════════════════════════════════════════════════════
I/Request: ║ URL: http://url
I/Request: ║
I/Request: ║ Method: @POST
I/Request: ║
I/Request: ║ Headers:
I/Request: ║ - AccessToken: token
I/Request: ║ - DeviceId: id
I/Request: ║
I/Request: ║ Omitted request body
I/Request: ╚═══════════════════════════════════════════════════════════════════════════════════════
Same here. Is there a way to display form data?
There is no way for LoggingInterceptor to log form-data yet. Interceptor support xml,html,text,json or plain text.
form data would be a really big addition.
+1
Same here.
+1
form-urlencoded should be print
same problem.
I have removed this lib 👍
+1
I have removed this lib too...
Request Body is omitted when using multipart form-data as the request METHOD