As per msdn link i was testing GET request with fiddler but it gives me 403 error.
My request header was like below
User-Agent: Fiddler
Host: management.core.windows.net
x-ms-version: 2011-10-01
Also as per this link this is due to authentication, if i am correct then how can i pass certification info with get request and able to get 200 (OK) status and result?
Thanks in Advance.
I don’t think you will be able to provide the management certificate in the Request Builder with fiddler.
Here is a link on how to authenticate management requests with code samples.
You may also take look at the codeplex wrappers to the management service, which will make your coding easier.