Windows 8.1 OMA MDM DM enrollment -


i trying write mdm dm windows 8.1. docs, http://www.microsoft.com/en-us/download/confirmation.aspx?id=36831 , device should hit http://enterpriseenrollment.contoso.com/enrollmentserver/discovery.svc using , expects response following.

response: request full url: http://enterpriseenrollment.contoso.com/enrollmentserver/discovery.svc content type: text/html header byte count: 248 body byte count: 0 header: http/1.1 200 ok connection: keep-alive pragma: no-cache cache-control: no-cache content-type: text/html content-length: 0 

i have windows 8.1 test machine running through proxy maps url local webserver testing. once ready deployed proxy no longer needed. have installed proxy cert root trust storage in case issue.

issue: device never sends post url http://enterpriseenrollment.contoso.com/enrollmentserver/discovery.svc

i assume because response not correct maybe.

http/1.1 200 ok content-type: text/html;charset=utf-8 content-length: 0 x-xss-protection: 1; mode=block x-content-type-options: nosniff x-frame-options: sameorigin connection: keep-alive server: thin 1.5.1 codename straight razor expires: 0 cache-control: no-cache 

this because cert on server not externally verifiable. once changed use correct cert communication continued.


Comments

Popular posts from this blog

visual studio - vb.net filter binding source by time -

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -