Hi all, I have a problem: i try to download strings from gutenberg.org but it give me error 403...
The site don't allow processing to connect or there is something wrong in my code?
Thank you all...
- String book [] = loadStrings ("http://www.gutenberg.org/cache/epub/20015/pg20015.txt");
- for(int i=0; i < book.length; i++)
- {
- println (book[i]);
- }
1