Open GoogleCodeExporter opened 9 years ago
Sorry, previous patch was missing getViewSourceUrlForExchange part, attached is
the complete patch.
Original comment by fabio.al...@gmail.com
on 9 Jul 2012 at 7:19
Attachments:
I have the flip side of this problem: my origin HTML server is remote, e.g.
http://foo.com/,
but it points to script tags that are local, e.g.
http://localhost:9810/compile?id=foo&mode=RAW.
In this scenario, plovr returns Javascript with urls like:
http://foo.com:9810/input/foo/...
This strikes me as quite a common use case. Why are we using referrer at all?
Shouldn't we just be using the HTTP host header?
Original comment by hun...@twilio.com
on 16 Aug 2012 at 9:26
Original issue reported on code.google.com by
fabio.al...@gmail.com
on 5 Jul 2012 at 4:11Attachments: