many thanks for responses and example! I will try to use socket functions...
But I think it would be great to add one more option to get-url and similar functions to be able to get whole response content... or may be return it as a list (header/body) ?
Search found 2 matches
- Tue Nov 22, 2005 11:10 am
- Forum: Anything else we might add?
- Topic: get-url question
- Replies: 4
- Views: 3754
- Mon Nov 21, 2005 8:52 pm
- Forum: Anything else we might add?
- Topic: get-url question
- Replies: 4
- Views: 3754
get-url question
newbie in NewLisp here...greetings to NewLisp creator and community... I have a question. I'm trying to create (my first more or less serious) newlisp script that should go to password protected page, login there, and fetch some information from the next page after login... I have created similar sc...