Page 3 of 3 FirstFirst 123
Results 21 to 27 of 27

Thread: 405 - HTTP verb used to access this page is not allowed

  1. #21
    Join Date
    Feb 2009
    Location
    Rotterdam, Holland
    Posts
    2,025

    Default Re: 405 - HTTP verb used to access this page is not allowed

    Quote Originally Posted by Peter van Mil View Post
    Pieter,

    You didn't response on the suggestion of Michael Salzlechner. Did you really updated or set the 'Handler Mappings' settings of your virtual directory? Can you post a screenshot? I once made a typo and Harm helped me with that.
    Hi Peter,

    Yes, the mappings are correct. If they wouldn't be, the WebApp wouldn't even start.

    Mappings:
    Click image for larger version. 

Name:	webmappings.png 
Views:	26 
Size:	50.8 KB 
ID:	13358

    Modules:
    Click image for larger version. 

Name:	webmodules.png 
Views:	30 
Size:	67.7 KB 
ID:	13357

    Error:
    Click image for larger version. 

Name:	weberror.png 
Views:	44 
Size:	65.1 KB 
ID:	13352

    When you click ok in the error message, the website appears, so the webapp does run:
    Click image for larger version. 

Name:	webloging.png 
Views:	43 
Size:	15.9 KB 
ID:	13351

    But with each other action, the same error pops up again....
    Last edited by Pieter van Dieren; 21-Dec-2019 at 10:31 AM.
    Regards,

    Pieter

  2. #22
    Join Date
    Feb 2009
    Location
    Stuart, FL
    Posts
    5,321

    Default Re: 405 - HTTP verb used to access this page is not allowed

    thats interesting

    i would run fiddler to see which exact calls give you the error
    Michael Salzlechner
    StarZen Technologies, Inc
    http.://www.starzen.com

    IT Director at Balloons Everywhere

    Development Blog
    http://www.salzlechner.com/dev

    DataFlex Package Manager (aka Nuget for DataFlex)
    http://windowsdeveloper.com/dfPackage

  3. #23
    Join Date
    Feb 2009
    Location
    Rotterdam, Holland
    Posts
    2,025

    Default Re: 405 - HTTP verb used to access this page is not allowed

    Quote Originally Posted by starzen View Post
    thats interesting
    "Interesting" is not exactly how I am calling this right now... ;-)

    Quote Originally Posted by starzen View Post
    i would run fiddler to see which exact calls give you the error
    Afraid so.
    I've already tried to create an "empty" login view in which nothing happens; same error.
    So it must be something in the WebApp myself.

    It has got something to do with the Handler Mappings (in general). My development computer has a lot more mappings.
    So I also tried to copy those settings from the applicationHost.config to the webserver (I read that this solved it for someone), but that didn't help either.

    No clue so far. And too less knowledge about IIS to deal with this....
    Regards,

    Pieter

  4. #24
    Join Date
    Feb 2009
    Location
    Stuart, FL
    Posts
    5,321

    Default Re: 405 - HTTP verb used to access this page is not allowed

    have you tried to run fiddler to see what exact call is giving you the error. Or if not fiddler you could probably do the same with the chrome debugger but i prefer fiddler for issues like this
    Michael Salzlechner
    StarZen Technologies, Inc
    http.://www.starzen.com

    IT Director at Balloons Everywhere

    Development Blog
    http://www.salzlechner.com/dev

    DataFlex Package Manager (aka Nuget for DataFlex)
    http://windowsdeveloper.com/dfPackage

  5. #25
    Join Date
    Feb 2009
    Location
    Rotterdam, Holland
    Posts
    2,025

    Default Re: 405 - HTTP verb used to access this page is not allowed

    Quote Originally Posted by starzen View Post
    have you tried to run fiddler to see what exact call is giving you the error. Or if not fiddler you could probably do the same with the chrome debugger but i prefer fiddler for issues like this
    Did not do that yet; we're going to look into that.
    Regards,

    Pieter

  6. #26
    Join Date
    Feb 2009
    Location
    The Netherlands
    Posts
    4,674

    Default Re: 405 - HTTP verb used to access this page is not allowed

    It seems to clip the error text. Can you look at the browser developer tools under the network tab to see if you can fetch the entire response? Maybe there are details that could help us..

  7. #27
    Join Date
    Feb 2009
    Location
    Rotterdam, Holland
    Posts
    2,025

    Default Re: 405 - HTTP verb used to access this page is not allowed

    I found the cause yesterday....

    This WebApp communicates via WebServices with another WebApp.
    It only should communicate after the user has logged in, but it tried to send a certain message too soon. This resulted in this particular error.
    Because we never noticed this on our development computer and never saw this error, we didn't think of this before.

    Thanks all for your input, sorry for wasting your time...
    Regards,

    Pieter

Page 3 of 3 FirstFirst 123

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •