I had a GUI project with a NSWebView and a NSURLProtocol subclass. We here couldn’t figure out why the subclass didn’t work. I thought of taking out the GUI stuff to make it easier to debug the protocol stuff. So I made a command-line tool (at GitHub -> CTMacUser -> cget) to eventually put the protocol subclass in to test. But, it has ended up being an interesting project on its own.
I want to try doing user & password next. But to do that, I need to register at Web and FTP sites that need a username and password. Any ideas? (Note that modern Web sign-ins are JavaScript and cookies. That doesn’t count; I need a web site that brings up the separate user/password dialog. The modern type has to wait until I implement cookie support.) Presumably, using a URL with the user/password built-in should work. If any of you want to try that yourselves, go ahead. You should use the just-uploaded “Third Draft” (i.e. v0.3). You can use the input-file option if you don’t want to put the URL on the command line (and expose your password to “ps”.) — Daryle Walker Mac, Internet, and Video Game Junkie darylew AT mac DOT com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Macnetworkprog mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/macnetworkprog/archive%40mail-archive.com This email sent to [email protected]
