serverxmlhttp Questions
2
Solved
I am trying to make LINK FINDER app in ASP
It working is divided into 5 step
Send http request to server at www.foo.com
Check status of request
If its 200 then move to step 4 otherwise show erro...
Dight asked 3/12, 2013 at 18:16
6
Solved
What VBA code is required to perform an HTTP POST from an Excel spreadsheet?
Issue asked 1/10, 2008 at 16:59
1
Solved
I have a job that periodically does some work involving ServerXmlHttpRquest to perform an HTTP POST. The job runs every 60 seconds.
And normally it runs without issue. But there's about a 1 in 50...
Brattice asked 4/5, 2016 at 15:27
0
I have a VBS that makes a large number of GET requests using a ServerXMLHTTP object:
SET xmlhttp = CreateObject("MSXML2.ServerXMLHTTP")
xmlhttp.setTimeouts 5000, 5000, 10000, 120000 'ms - resolv...
Buffy asked 25/2, 2016 at 20:50
3
just when I finally understood the difference between Msxml2.XMLHTTP and Msxml2.ServerXMLHTTP
http://support.microsoft.com/kb/290761
XMLHTTP is designed for client applications and relies on UR...
Earp asked 22/7, 2009 at 4:19
1
Solved
We updated our SSL certificate to SHA2, but the intermediate certificate was SHA1. Chrome and other browsers have decided that the entire chain must be SHA2. Our customers were calling concerned ab...
Shedd asked 23/1, 2015 at 16:26
1
Solved
My site now works purely in UTF-8, but in order to send an SMS using serverXMLHTTP I need to convert my message from UTF-8 til ISO-8859-1 before sending it.
The situation is parallel to this:
a.a...
Paphlagonia asked 16/7, 2013 at 12:59
1
Solved
We have the folowing link: http://mvp.sos.state.ga.us/
Rather than create a db to replicate information that MVP page, we would like to use our own form, and then behind the scenes, send informati...
Stahl asked 9/7, 2012 at 3:17
3
We have just moved to a new dedicated server that has Windows 2008 and SQL Server 2008. I am trying to access an ASP page on the same server using Server.CreateObject("MSXML2.ServerXMLHTTP").
On o...
Orobanchaceous asked 5/4, 2011 at 23:21
4
Solved
i am fetching some XML from a government web-site:
http://www.bankofcanada.ca/stats/assets/rates_rss/noon/en_all.xml
i am using the following, fairly simple code:
var
szUrl: string;
http: IXMLHT...
Stutman asked 30/3, 2012 at 15:10
4
Here's the gist:
I have a call I want to make in asp, and I do not care about the response. I just want to fire the call and I do not want the page to wait for the response. According to the docum...
Bornholm asked 2/10, 2009 at 16:9
2
Solved
Does anyone know how to set up set up a default action for when a ServerXMLHTTP request times out? I'm using setTimeouts() to set the time out options according to the MSDN site.
Ideally I would l...
Calcium asked 13/10, 2010 at 20:42
1
Just to confirm
When sending XML data with asp to https://www .site.com I am getting
msxml3.dll (0x80072F0C)
A certificate is required to complete client authentication
I Talk to https://www .site....
Counterglow asked 26/2, 2010 at 14:33
2
Solved
I have to use the XMLHttp object in classic ASP in order to send some data to another server via HTTP from server to server:
sURL = SOME_URL
Set oXHttp = Server.CreateObject("Msxml2.XMLHTTP")
oX...
Katlynkatmai asked 10/10, 2008 at 12:8
1
Solved
I am using ServerXMLHTTP to perform an HTTP POST. The response returned is a redirect (specifically 303 See Other). ServerXMLHTTP is automatically following this redirect but this is causing an aut...
Sholes asked 2/10, 2008 at 8:28
1
© 2022 - 2025 — McMap. All rights reserved.