Tinder / Scarlet

A Retrofit inspired WebSocket client for Kotlin, Java, and Android
Other
3.24k stars 239 forks source link

When I use HttpLoggingInterceptor it intercept as https request #151

Open waqasakram117 opened 4 years ago

waqasakram117 commented 4 years ago

I made correct request with okhttp.newWebSocketFactory("wss://somesite.com") and using HttpLoggingInterceptor but logs show my request is https://somesite.com. I doing wrong something here or default interceptor change my request under the hood.