HealthVault是否支持调试对shell重定向接口的http post请求? [英] Does HealthVault support debugging http post requests to the shell redirect interfaces?

查看:78
本文介绍了HealthVault是否支持调试对shell重定向接口的http post请求?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,

 

我正在尝试向HealthVaul shell提供用户信息,这样就不需要了根据以下帖子在帐户创建期间重新输入:

I am trying to provide user information to the HealthVaul shell such that this does not need to be re-entered during account creation, based on the following post:

http://blogs.msdn.com/b/hsgsupport/archive/2011/09/ 06 /但是我不想重新输入-my-info.aspx

 

我创建了以下示例页面:

I have created the following example page:


<html>

<head><title>Connect to Microsoft HealthVault</title></head>

<body>

<form id="AppInitCreateAccountForm" name="AppInitCreateAccountForm" method="post" action="https://account.healthvault-ppe.com/redirect.aspx?target=CREATEACCOUNT&targetqs=appid%3d6c086fc0-f83b-48e8-b3eb-e67a1367f833%26redirect%3dhttp%3a%2f%2fdev%2f_layouts%2fphb%2fHealthVaultRedirect.aspx">

    <table>

    <tr><td>

        Explain why we need to redirect to HealthVault to create an account.

    </td></tr>

    <tr><td>

        <input type="submit" value="Connect to HealthVault"/>

    </td></tr>

    </table>



    <input type="hidden" id="Account_FirstName" name="Account.FirstName" value="John" />

    <input type="hidden" id="Account_LastName" name="Account.LastName" value="Doe" />

    <input type="hidden" id="Account_BirthDate" name="Account.BirthDate" value="1978-08-30" />

    <input type="hidden" id="Account_StateCode" name="Account.StateCode" value="90210"/>

    <input type="hidden" id="Account_PostalCode" name="Account.PostalCode" value="CA"/>

    <input type="hidden" id="Account_CountryCode" name="Account.CountryCode" value="US"/>

    <input type="hidden" id="Account_Email" name="Account.Email" value="john.doe@dummy.com"/>

    <input type="hidden" id="Account_Gender" name="Account.Gender" value="M"/>

    <input type="hidden" id="Account_LanguageCode" name="Account.LanguageCode" value="en"/>



    <input type="hidden" id="Record_Relationship" name="Record.Relationship" value="self"/>

    <input type="hidden" id="Record_FirstName" name="Record.FirstName" value="John"/>

    <input type="hidden" id="Record_LastName" name="Record.LastName" value="Doe"/>

    <input type="hidden" id="Record_City" name="Record.City" value="Los Angeles"/>

    <input type="hidden" id="Record_StateCode" name="Record.StateCode" value="CA"/>

    <input type="hidden" id="Record_PostalCode" name="Record.PostalCode" value="90210"/>

    <input type="hidden" id="Record_CountryCode" name="Record.CountryCode" value="US"/>

    <input type="hidden" id="Record_BirthDate" name="Record.BirthDate" value="1978-08-30" />

    <input type="hidden" id="Record_Gender" name="Record.Gender" value="M" />

    <input type="hidden" id="Record_LanguageCode" name="Record.LanguageCode" value="en"/>

</form>

</body>

</html>

推荐答案

Johan,

Johan,

没有开发人员调试内部发生的事情的方式。

There's no way for developers to debug into what is going on inside of this.

是否有可能f或者您要向我们发送
Fiddler
流量记录?您可以通过
ericgu@microsoft.com
将其发送给我

Would it be possible for you to send us a Fiddler log of the traffic? You can send it to me at ericgu@microsoft.com

这篇关于HealthVault是否支持调试对shell重定向接口的http post请求?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆