User bio
404 bio not found
Copenhagen
Member since Jul 4, 2024
Posts:
Replies:
The issue was that a secure flag must be set in the parameters of SetCookie method. I couldn't find any documentation on this when upgrading from Caché 2017 to Ensemble 2018.
Thank you for your reply, I have already tried every option, None, Lax and even Strict again.
The error doesn't happen in the browser, in fact I don't see the error until I dig into the application error log or global.
I'll keep tinkering around, I assume there must be a setting somewhere not set, everything else is functional - I'll update this thread if I find something.
Certifications & Credly badges:
Martin has no Certifications & Credly badges yet.
Global Masters badges:
Martin has no Global Masters badges yet.
Followers:
Martin has no followers yet.
Following:
Martin has not followed anybody yet.
Hi @Ashok Kumar
perhaps I didn't make myself clear with my intention;
I want to be able to directly set metadata such as summary, responses, request parameters, etc. directly in the comment above each endpoint method (where I said "can I add metadata here?")
I don't mind if I have to make my own custom implementation to read these values, but I have no idea where to start right now, or whether I even should, perhaps there are already a solution available somewhere?
reason: The swagger spec generated is almost useless, because it does not specify the required parameters / payload for each respective endpoint, it only captures what is inside the UrlMap it seems.
Ideally I'd want to have my implementation of swagger to read the required request parameters / payload, but manually keeping docs updated through comments is a fine starter for my project, is any of this possible already or would I need to create a custom solution using %REST.API ?
EDIT: I just realized you're talking about using specification-first approach, I am talking about the opposite, implementation first, I'll look into going about the specification-first approach.
Thank you again for your help.