Hi, i try to login to bbapi
if i try it directly in the browser with http://www2.buzzerbeater.org/BBAPI/login.aspx?login=username&code=password the return code was o.k. like
<bbapi version="1">
<loggedIn/>
</bbapi>
if i try it using a servlet in apache with the same url the return codw was not authorized like
<bbapi version='1'>
<error messge="NotAuthorized"/>
</bbapi>
what's wrong ?