Skip to content

Return HTTP 405 Forbidden POST on POST requests to /index.html #9

Return HTTP 405 Forbidden POST on POST requests to /index.html

Return HTTP 405 Forbidden POST on POST requests to /index.html #9

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
# Fix for MinVer
fetch-depth: 100
- name: Setup .NET 8
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore