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

Add a pre-request script #373

Open
enboig opened this issue May 17, 2021 · 1 comment
Open

Add a pre-request script #373

enboig opened this issue May 17, 2021 · 1 comment

Comments

@enboig
Copy link

enboig commented May 17, 2021

I am trying to make it work with laravel/sanctum authorization, could you add some kind of functionality similar to https://blog.codecourse.com/laravel-sanctum-airlock-with-postman/ ?

Thanks

@frigus02
Copy link
Owner

Hi there. I like the pre-request feature of Postman as well. It would be great have that in RESTer, too.

I have some security concerns with simply executing scripts in the context of the browser extension. Postman runs in a Node.js process, so it can use things like VM to sandbox the scripts. As far as I know something similar is not available in the browser.

There are probably ways to do that. I can't promise that I will get to this anytime soon, though.

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

No branches or pull requests

2 participants