[twitter-dev] Re: please help - sporadic '403 Forbidden:' error message when using OAuth Sign-In process

2010-01-20 Thread eco_bach
also think it may have something to do with the
HTTP_REFERER header not being explicitly defined in my simple php
proxy

$url = $_GET['path'];
readfile($path);

Unfortunately not a php guru so will need more detective work..
Once I resolve will suggest adding to the wiki to benefit other
developers...


[twitter-dev] Re: please help - sporadic '403 Forbidden:' error message when using OAuth Sign-In process

2010-01-20 Thread eco_bach
Hi Ryan
yeah
but didn't get any response so thought my question was not clear
enough and required more detailed information, hence the new post.
Will make an effort to be more parsimonious moving forward...

Actually in testing in Firefox I additionally get a 'Service
Temporarily Unavailable' 503 as well as the 403 Forbidden error, so
I'm wondering if this is in fact a server issue...