«wcf-rest» etiketlenmiş sorular

9
JQuery.ajax'ta içerik türü 'application / json' olarak ayarlanamaz
Bu koda sahip olduğumda $.ajax({ type: 'POST', //contentType: "application/json", url: 'http://localhost:16329/Hello', data: { name: 'norm' }, dataType: 'json' }); Fiddler'da şu ham isteği görebiliyorum POST http://localhost:16329/Hello HTTP/1.1 Host: localhost:16329 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2 Accept: application/json, text/javascript, */*; q=0.01 Accept-Language: ru-ru,ru;q=0.8,en-us;q=0.5,en;q=0.3 Accept-Encoding: gzip, deflate Connection: keep-alive …

6
Özel HTTP Durum kodları oluşturabilir miyiz?
Bir REST ve WCF hizmetim var ve işleme göre özel bir durum kodu göndermek istiyorum. Bazı doğrulama başarısız olduğunda, HTTP 444 göndermek istiyorum ve yetkilendirme başarısız olduğunda HTTP 455 göndermek istiyorum Soru, onu hem SOAP hem de REST web servisleri için nasıl doğrulatacağımızdır. İstemcide hata kodu nasıl davranır, çünkü bir …
92 c#  asp.net  wcf  http  wcf-rest 
Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.