oduwsdl / MemGator

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

Proxy should handle redirects #98

Open ibnesayeed opened 7 years ago

ibnesayeed commented 7 years ago

91 should also handle redirects and preferably only serve the terminal memento to the client or reroute subsequent redirects to utilize the proxy.

ibnesayeed commented 7 years ago

This will possibly require us to write a ModifyResponse function in the ReverseProxy struct.