DataONEorg / mnlite

Light weight read-only DataONE member node in Python Flask
Apache License 2.0
0 stars 0 forks source link

Enable RedirectMiddleware #35

Closed iannesbitt closed 1 year ago

iannesbitt commented 1 year ago

Allow the spider to follow 301 and 302 response codes (requested by DataONEorg/member-repos#52 specifically but useful for other repos as well). Just needs RedirectMiddleware enabled.

iannesbitt commented 1 year ago

This is enabled but has not yet been tested.

iannesbitt commented 1 year ago

Tested and working.