Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create sessions "on the fly" #559

Open
m-hume opened this issue Aug 23, 2024 · 1 comment
Open

Create sessions "on the fly" #559

m-hume opened this issue Aug 23, 2024 · 1 comment

Comments

@m-hume
Copy link

m-hume commented Aug 23, 2024

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

func (s *apiSession) ApiSessionGetAllRequests(c echo.Context, sessionUuid api.SessionUUID) error {

func (s *apiSession) ApiSessionGetRequest(c echo.Context, session api.SessionUUID, requestUuid api.RequestUUID) error {

I'll have a play and see if i can make the changes and compile it myself
Thanks

@tarampampam
Copy link
Owner

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?

The Docker image and precompiled binary files are available at this link: https://github.com/tarampampam/webhook-tester/releases/tag/v2.0.0-alpha1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants