views:

12

answers:

0

I'm using Django to display a form which allows users to submit a book title which will make a request to Amazon to find the information about a book and return the results. However, i keep getting a 403 Forbidden error. I have no idea why.

But the code is working, because whenever i use the script without Django, i receive the book information and only rarely do i get a 403.

Any suggestions?