Update 20260109
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user