Update 20260109

This commit is contained in:
Stefan Hutter
2026-01-09 08:37:07 +01:00
parent e377f08ccd
commit 49155d898f
229 changed files with 28984 additions and 39486 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -22,6 +22,7 @@ using Helper;
using System.Web.WebPages;
using System.Text;
using Microsoft.Ajax.Utilities;
using System.Web.Http.Tracing;
@@ -142,7 +143,8 @@ namespace API_NetFramework.Controllers
[Route("API/GetUnterschriftAsBase64New")]
public IHttpActionResult GetUnterschriftAsBase64New(string TGNummer, int ImageWidth = 0, int ImageHeight = 0)
{
if (SecuringWebApiUsingApiKey.Middleware.ApiKeyMiddleware.Authorized((HttpRequestMessage)Request, tokenfunction) == false)
{
//return Content(HttpStatusCode.Unauthorized, "Invalid Token or API-Key");