How to resolve the error [HTTP POST HTTP address used to access the path is not allowed] when implementing the Speller page in a .net application

I implemented the spell check function in my .NET application as per the link below:

Speller Page

I copied the speller page in my application, but I get an error:

The HTTP response protocol used to access the path '/WebAppUI/speller/speller/server-scripts/spellchecker.php' is not allowed

Does anyone know how to solve it.

Thanks.

enter image description here

0
source share
1 answer

I noticed that you said that this is an asp.net application. Is PHP installed on your server and IIS is configured correctly to handle php pages?

+1
source

Source: https://habr.com/ru/post/1447974/


All Articles