You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
aasaru
changed the title
date-time parameters don't work (time is not sent out and date is in wrong format)
REST service date-time parameters don't work (time is not sent out and date is in wrong format)
Nov 15, 2022
I have a REST web service with date-time header parameter:
MISP2 UI renders a nice datepicker and a checkbox to enter time:
I set date to "14.11.2022" and time to "16:52" submit the form this what is show in the logs:
This is what is logged and sent out to the service:
Headers :
if-modified-since: 11/14/2022
Expected behaviour would be that date would be in correct format (yyyy-mm-dd) and time would be appended to it like this:
Headers :
if-modified-since: 2022-11-14T16:52:00+02:00
The text was updated successfully, but these errors were encountered: