Questions tagged [httpverbs]
9 questions
7
votes
4 answers
How to tell IIS7 to allow POST to a text file (to solve 405)?
If I want to allow HTTP POST to text files *.txt (i.e. I'm taking an example of what could be any static resource normally accessible by GET).
The error is:
Server Error
405 - HTTP verb used to access this
page is not allowed. The page you are
…
John K
- 1,673
- 3
- 16
- 20
3
votes
1 answer
Viewing IIS Web Configuration via PowerShell: HTTP Verbs
I’m configuring IIS on some servers to add deny HTTP Verbs to the Request Filtering section. This was done using the following:
Add-WebConfigurationProperty -PSPath 'MACHINE/WEBROOT/APPHOST' -Filter 'system.webServer/security/requestFiltering'…
jshizzle
- 341
- 10
- 25
2
votes
1 answer
405 - HTTP verb used to access this page is not allowed - IIS 7.5
Good Day,
I am struggling with this error when I try to access one of my pages on my site. The error reads in full - 405 - HTTP verb used to access this page is not allowed. The page you are looking for cannot be displayed because an invalid method…
Eon
- 131
- 1
- 4
2
votes
2 answers
How to get IIS6 to respond to the OPTIONS verb?
I have a WCF webservice hosted in IIS6 that another site will POST to in a cross domain manner using jquery.
Because it is a cross domain POST, the browser first sends an OPTIONS verb with Access-Control-Request-Method: POST
However, IIS6 does not…
puffpio
- 201
- 4
- 6
1
vote
1 answer
POST XLSX file to IIS site using DropZone
I am trying to use DropZone (www.dropzonejs.com/) to post an xlsx file to read on the client side. This works in my test environment using ember server. However, once I brought it across to IIS8, I am getting a 405 Method Not Allowed error.…
Asagohan
- 127
- 1
- 1
- 7
1
vote
1 answer
IIS 7.5 enable DELETE/PUT Verbs with URL rewrite
I am trying to use the SLIM framework (PHP, REST) on a IIS 7.5. The problem i have is that i need to be able to use REST URL´s AND enable PUT,DELETE http verbs.
I have solved the REST URL problem with the help of SLIM on github (se web.config…
Juw
- 127
- 1
- 10
0
votes
1 answer
IIS 10 StaticFile handler impeding PHP custom verb for default document
I'm trying to enable IIS 10 to allow custom verbs in PHP. I have PHP_via_FastCGI enabled to accept all verbs. This works correctly when I specify the full path, inclusive of index.php at the end.
The issue is when I don't specify index.php in the…
Mike
- 1
- 1
0
votes
1 answer
Sharepoint - Multiple document upload - HTTP 'post' verb not allowed
When attempting to upload any number of documents, including very small files, seems to succeed- but subsequently redirects to an error page indicating the…
Chris Ballance
- 304
- 1
- 7
- 20
0
votes
1 answer
Abort any POST VERB operation in IIS
My site is getting DOS attack with POST VERB, my site is a static site and I am trying to stop any POST action on the home page.
I had the URL Rewrite installed on my server, so I am trying to write rule to abort POST on homepage, but it is not…
Tippu
- 101
- 2