URL Access Manager??
URL Access Manager??
- Subject: URL Access Manager??
- From: Richard <email@hidden>
- Date: Sat, 15 Mar 2003 18:41:54 +1100
- Organization: Faraday R&D
What's the status of URL Access Manager???
As far as I can tell it is supposed to be supported under Carbon
but my application, which depends on it, stopped working
when it was Carbonized.
After much code factoring and testing I have discovered the following.
GET works but POST does not. The web site at the other end does
not pick up any POST data.
I am using SetProperty to set kURLHTTPRequestMethod and
kURLHTTPRequestBody and this used to work.
Calling GetProperty with kURLHTTPRequestHeader
immediatley after using the above SetProperty calls
returns an empty string and it fails silently.
As an alternative I tried calling SetProperty with kURLHTTPRequestHeader.
A GetProperty call immediately after returns the data I put in.
Now however the code does an access fault exception 7 calls deep inside URLIdle();
This is on MacOS X (Jaguar).
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.