Using @PUT with Retrofit 2 and OkHttp3 Using @PUT with Retrofit 2 and OkHttp3 json json

Using @PUT with Retrofit 2 and OkHttp3


Solved my own issue using Fiddler2. Had the cookie name and value incorrect. Postman was probably more forgiving in how it sent things vs. how Retrofit and others did so. Learned something from it, though. Thanks to all who assisted.