Tag: XML
the server committed a protocol violation section= responsestatusline
I’ve got this error and try to spend almost an hour to resolve this:
“the server committed a protocol violation section= responsestatusline” when I tried to get the response back from the payment gateway. It happens when you send HTTP Request one after another on the same page. The solution is to add unsafeheaderparsing [...]
Posted: September 1st, 2008 under .NET, ASP.NET, VB.NET.
Tags: ASP.NET, XML
Comments: none
XML http object cross browser
I believe this will be useful for everyone who wants to implement AJAX manually and make it compatible cross browser.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<script type="text/javascript">
// cross-browser method to retrieve an XMLHttp object for asynchronous requests & responses
[...]
Posted: August 29th, 2008 under ASP.NET, Javascript.
Tags: AJAX, http, XML
Comments: none
407 Proxy authentication required
I found this problem when i try to do any of httpweb request behind proxy and i got error of “407 proxy authentication required”. Normally your company has its own proxy server and sometimes you want to call webservice or reading XML from any website or sending xml to payment gateway.
The workaround this is to [...]
Posted: August 29th, 2008 under .NET, ASP.NET, VB.NET.
Tags: http, proxy, XML
Comments: none