Tag: http
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