Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
hmDelete
#1
Hi!!

In run mode (Http.sys - x86) the hmDelete method failsIn run mode (Http.sys - x86) the hmDelete method fails

Also it doesn't work 
with THandlers.Add('/API/', '', TContentAPI .Create) do begin
    CanStartSession := True;
    RequiresSessionStart := False;
    RequiresSession := False;
  end;

405 - Method Not Allowed

Version iw15.2.65
Reply
#2
I'm assuming that hmDelete is enabled in SecurityOptions.HttpMethods, is that correct?

Did you also test the Indy version?
Reply
#3
(08-04-2022, 01:28 AM)Alexandre Machado Wrote: I'm assuming that hmDelete is enabled in SecurityOptions.HttpMethods, is that correct?

Did you also test the Indy version?
hmDelete in SecurityOptions.HttpMethods
enabled!

Indy did not test! I need work on https + basic auth protocol

Rolled back to version iw15.2.48
In version iw15.2.48 it comes as hmNone method
Reply
#4
I'll have a look and let you know
Reply
#5
I can confirm that the issue exists, although I'm still investigating why. I suspect that this is due to a undetected Delphi "unexpected" behavior while streaming properties (or a bug?).

Anyway I'm working on a fix/workaround ATM

Cheers
Reply
#6
(08-05-2022, 07:20 AM)Alexandre Machado Wrote: I can confirm that the issue exists, although I'm still investigating why. I suspect that this is due to a undetected Delphi "unexpected" behavior while streaming properties (or a bug?).

Anyway I'm working on a fix/workaround ATM

Cheers


Thanks!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)