Skip to content
This repository was archived by the owner on Sep 22, 2020. It is now read-only.

Commit a98d512

Browse files
verbose
1 parent 81c0d37 commit a98d512

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cs_proxy/proxy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def normalize_proxy_url(url):
2626
return url
2727

2828
def proxy_trough_helper(url):
29+
print ('PROXY-GET: {0}'.format(url))
2930
proxy_response = requests.get(url)
3031
response.set_header('Last-Modified', proxy_response.headers['Last-Modified'])
3132
response.set_header('Content-Type', proxy_response.headers['Content-Type'])

0 commit comments

Comments
 (0)