CS2103-AY1819S2-W10-1 / main

📖☕ README integrated bookmark manager and feed reader application
https://cs2103-ay1819s2-w10-1.github.io/main/
MIT License
3 stars 5 forks source link

Instead of following redirects we save the error page. #174

Closed qjqqyy closed 5 years ago

qjqqyy commented 5 years ago

How to repro

add l/http://arxiv.org/abs/1904.02379

or any other page that does a 301 or 302 redirect.

Maybe the Network library should be following redirects?