def GET(self, url): r = requests.get(server+url, data=web.input(), headers=web_headers) print 'text = ', r.text return r.text