Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Developer
titakalpesh
Posts: 203
Registered: ‎07-30-2009
My Carrier: Vodafone

Getting DoS (denial of service) from server side?

Hi every one,

 

here in trying to call one web-service but in response I get this error in below formats.

 

<div>

     <strong>403: Access Forbidden</strong>

     <p>DoS Protection</p>

</div>

 

please help me to solve this issue.

 

thanks in advanced.

Please use plain text.
Developer
peter_strange
Posts: 17,698
Registered: ‎07-14-2008

Re: Getting DoS (denial of service) from server side?

How can we help?  The Web Service has given the DoS!

 

have you been harassing it!  Or does it happen to all locations you use. 

Please use plain text.
Developer
titakalpesh
Posts: 203
Registered: ‎07-30-2009
My Carrier: Vodafone

Re: Getting DoS (denial of service) from server side?

Hi peter,

 

thanks for quick reply.

 

I was get this message from every web-service located at that particular location.

 

Even if I call the index page of that web site through our HttpConnection it will returns this message.

Please use plain text.
Developer
peter_strange
Posts: 17,698
Registered: ‎07-14-2008

Re: Getting DoS (denial of service) from server side?

I suspect the Web Site has decided to block your IP Address.  Are you doing this via WiFi?  If so, try using a wireless method.  And talk to the web site support.

Please use plain text.
Developer
titakalpesh
Posts: 203
Registered: ‎07-30-2009
My Carrier: Vodafone

Re: Getting DoS (denial of service) from server side?

I'm working with simulator and mean while i can surf the site in sumulator so may be there is some other issue.

Please use plain text.
Developer
peter_strange
Posts: 17,698
Registered: ‎07-14-2008

Re: Getting DoS (denial of service) from server side?

OK, so perhaps it is your PC that is blocked and nothing to do with the BlackBerry?

 

Have you tried doing Browser type requests from your PC to the failing web site?  Or from the Browser in the Simulator.

 

Alternatively perhaps the web site is expecting some sort of id in the Header and you are not supplying it?

 

By far the best thing you can do is talk to the people who run the web site and ask why you are getting this.

Please use plain text.
Developer
titakalpesh
Posts: 203
Registered: ‎07-30-2009
My Carrier: Vodafone

Re: Getting DoS (denial of service) from server side?

the same web-service working with all the browser in my pc and the also the poster addon of mozila firefox

 

this web service also running with the blackberry browser.

 

so let's track from server side what happen with this.

Please use plain text.