oduwsdl / MemGator

A Memento Aggregator CLI and Server in Go
https://memgator.cs.odu.edu/api.html
MIT License
56 stars 11 forks source link

Ensure that 307 status is handled well in TimeGate #129

Open ibnesayeed opened 4 years ago

ibnesayeed commented 4 years ago

Recent versions of PyWB return 307 instead of 302 on TimeGate endpoints. We need to test if MemGator handles it well.

ibnesayeed commented 4 years ago

Relevant code is located in:

https://github.com/oduwsdl/MemGator/blob/7ea353feacf9409b00b5e32210858d6be5ba551c/main.go#L308