RESTClient
RESTClient copied to clipboard
Unable to delete the authentication details from basic authentication
First I have provided the basic authentication details to make a PUT call. After that I have tried to remove the basic authentication to make another call. But I could not delete the authentication details for the second call.
During first call by mistake I have checked the "Remember me" checkbox. its causes using the same authentication details for all the calls. I don't know how to remove it also. Can anyone help me on this issue