brandonaaron / jquery-spellcheck

A jQuery plugin that adds spellcheck support to inputs using the Google spell checker API.
http://plugins.jquery.com/project/spellcheck
MIT License
89 stars 23 forks source link

google spell check url not working #6

Open knshah2010 opened 9 years ago

knshah2010 commented 9 years ago

Hi i am getting following error while spell check webservice call.

404.The requested URL https://www.google.com/tbproxy/spell was not found on this server. I think this url is not working now.

i search and found that following url is working for spell check. 'www.google.com/complete/search?output=toolbar&q=test'

but when i am replacing new url with old one ,it giving me error of 405(post method is not allowed)

can you please help me to resolve this?