我正在把视窗户从视窗户到MVC3应用的窗户中的音频文件上载。
我写了一名主计长,附有<代码>。 HttpPost Depende decorated Action, that isprocess an incoming chunks.
行动签署:
[HttpPost]
public JsonResult RecieveChunk(string id, [ModelBinder(typeof(AudioChunkModelBinder))] byte[] audio)
<代码>id in this case, is a id of a file upload session, thatuy will have beenotioated by soil and services before actual chunk POST
s will come pour in.
视窗电话方面: HttpWebRequest
在进行上载工作时目前没有认证。
在服务器上,我需要了解每个员额来自谁。
Is there a way for me to obtain a some kind of an access token from an MVC3 site to be able to POST to a site s specific Uri, but without a need to send a user ID and a Password as a part of a Uri?
在我的设想中,我可以采取什么认证方法?