문제

I am using Fiddler to troubleshoot an XMLRCP connection to MiniBlog. Here is the MiniBlog Api: http://bigfont-miniblog.azurewebsites.net/metaweblog. How would I request for the blogger.getUsersBlogs FROM Fiddler? Here is my initial attempt:

enter image description here

도움이 되었습니까?

해결책

If you're really troubleshooting a connection to the service in question, you should use Fiddler to capture the request from the client to the server. If you then wish to play around with modifications to that request, drag/drop the Session from the Web Sessions list to the Composer tab and modify to your liking.

It's pretty likely that you need to use a POST request whose body contains one or more parameters, including a username parameter specifying which user's list to return.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top