markeverard / POSSIBLE.RobotsTxtHandler

POSSIBLE RobotsTxtHandler is an Episerver CMS plugin that handles the delivery and modification of the robots.txt file
MIT License
6 stars 9 forks source link

POST method is not working fine #12

Closed Lapov closed 6 years ago

Lapov commented 6 years ago

Hi guys, I am trying to use POSSIBLE.RobotsTxtHandler version 3 with Episerver 10.9.1, but when Edit action in RobotsTxtAdminsController is called a RobotsTxtViewModel is not populated. I tried to change form method to GET and it helped, but I would like to fix it and use POST method instead GET. I checked all custom Filters and Global.asax and have not found any code which can clear parameters. I checked the call in Chrome developer tools and it has all needed parameters. Any ideas why it is happening? May it somehow related to specific Episerver version? Thank you.