iboboc / relay

Automatically exported from code.google.com/p/relay
MIT License
0 stars 0 forks source link

Error: Refused to set unsafe header "Connection" #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. visit installed script, trying to log in for the first time

What is the expected output? What do you see instead?
nothing happens, safari script inspector generates error: Refused to set unsafe 
header "Connection"

What version of the product are you using? On what operating system?
just downloaded to os x lion

Original issue reported on code.google.com by levente....@gmail.com on 10 Aug 2011 at 12:23

GoogleCodeExporter commented 8 years ago
prototype.js  line 671 & 672  add // 

      //if (this.transport.overrideMimeType)
      //  requestHeaders.push('Connection', 'close');

relay.php maybe also index.php add in first line 
error_reporting(0);

Original comment by Benjamin...@googlemail.com on 12 Sep 2012 at 12:44