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
Hi
Would it be possible to generate sessions on the fly?
eg any request to a session ID that does not exist, creates that session ID and then performs that request.
I've never programmed in go but from what i can tell it would need session generation in the following functions
Hello! Apologies for the late response, but I have good news - I've added the requested feature, along with a number of other improvements I made while working on version 2 of the app.
It would be great if you could try out the early test build and share your feedback. Do all the features work as expected? Did you encounter any crashes, or notice anything that isn’t functioning as intended?
Hi
Would it be possible to generate sessions on the fly?
eg any request to a session ID that does not exist, creates that session ID and then performs that request.
I've never programmed in go but from what i can tell it would need session generation in the following functions
webhook-tester/internal/http/handlers/api_session.go
Line 146 in b6821d7
webhook-tester/internal/http/handlers/api_session.go
Line 202 in b6821d7
I'll have a play and see if i can make the changes and compile it myself
Thanks
The text was updated successfully, but these errors were encountered: