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

added cookie property in api body #1650

Merged
merged 3 commits into from
Oct 9, 2024
Merged

added cookie property in api body #1650

merged 3 commits into from
Oct 9, 2024

Conversation

TheNoumanDev
Copy link
Member

Ticket: #1649

Example EDL:

getProducts:
    url: https://postman-echo.com/post
    method: POST
    manageCookies: true  # default is false
    onResponse: |
      console.log(response.body);
      console.log(response.headers['set-cookie']); // just to confirm
      console.log(response.cookies); 

@TheNoumanDev TheNoumanDev self-assigned this Sep 26, 2024
@TheNoumanDev TheNoumanDev added the enhancement New feature or request label Sep 26, 2024
@TheNoumanDev TheNoumanDev linked an issue Sep 26, 2024 that may be closed by this pull request
@kmahmood74
Copy link
Collaborator

@TheNoumanDev I thought this was done, why is this PR still open?

@TheNoumanDev
Copy link
Member Author

@TheNoumanDev I thought this was done, why is this PR still open?

Was waiting for a review from Vu as you said Vu has better understanding of API understanding, But yeah will update sink,docs and schema and merge it.

@TheNoumanDev TheNoumanDev merged commit e1cdfb1 into main Oct 9, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add support for automatically managing cookies when calling APIs
2 participants