Duncan Booth wrote:
> Are you really sure that the browser isn't making guesses about what you
> meant and correcting the error for you? Does what remains in the address
> bar when the page is retrieved really match *exactly* what you copied and
> pasted?
Thank you for that pointer. The answer i
[EMAIL PROTECTED] wrote:
> Duncan Booth wrote:
>> wrote:
>>
>> Does using an absolute URL for the url parameter help any? You've
>> specified a relative URL (i.e. the folder 12.5.81.49 under the
>> current location).
>
> I don't know the answer to that question. I know that when I'm on the
> sa
Duncan Booth wrote:
> wrote:
>
> Does using an absolute URL for the url parameter help any? You've specified
> a relative URL (i.e. the folder 12.5.81.49 under the current location).
I don't know the answer to that question. I know that when I'm on the
same workstation and I copy/paste the string
wrote:
False
> False
blah = win32com.client.Dispatch('MSXML2.XMLHTTP')
blah.open("POST", "12.5.81.49/crg_cbsil_vtest_52/crg.aspx", False)
Does using an absolute URL for the url parameter help any? You've specified
a relative URL (i.e. the folder 12.5.81.49 under the current locat
O/S : Win2K
vsn of Python: 2.4
Hoping to find information that provide information about error
messages being encountered.
Pythonwin session:
>>> import win32com.client
>>> blah = win32com.client.Dispatch('MSXML2.XMLHTTP')
>>> blah.open("POST", "12.5.81.49/crg_cbsil_vtest_52/crg.aspx", 0)
Traceb