Basic Auth Question
-
hi
in Basic Auth
i am see another parameter as DeviceId= in "text View" in Fiddler
and Post Data Type is Basic Auth
So where i should put "deviceid=xxxx"
-
The Basic Auth is a GET request, not POST. I don't know where you have that additional data, but it's either a GET parameter (which you can set in the URL) or a cookie.