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

Feature download containers #13

Merged
merged 2 commits into from
May 31, 2024

Conversation

lart2150
Copy link
Member

@lart2150 lart2150 commented May 3, 2024

filemaker 19.3.2 added AuthenticatedStream that requires a cookie to download a container. The first request requires the bearer token and that returns a set cookie header. The second request requires the cookie from the first request. I thought about adding a cookie library but it's just the one cookie that we need.

https://support.claris.com/s/article/Claris-FileMaker-Server-19-3-2-Release-Notes?language=en_US

@lart2150 lart2150 requested a review from DASPRiD May 3, 2024 21:17
@lart2150 lart2150 force-pushed the feature/download-containers branch 4 times, most recently from 2c2c420 to 5f014ba Compare May 3, 2024 21:36
@lart2150
Copy link
Member Author

lart2150 commented May 3, 2024

@DASPRiD this is ready to review when you have time.

@DASPRiD
Copy link
Collaborator

DASPRiD commented May 31, 2024

LGTM. Could you squash this into two commits though for the two respective features (container download and get-script execution)? I can't do a squash merge as that would make both features a single commit with dual-purpose.

@lart2150 lart2150 force-pushed the feature/download-containers branch from d15d2f5 to 5c729a4 Compare May 31, 2024 14:41
@DASPRiD DASPRiD merged commit 6af32b5 into soliantconsulting:main May 31, 2024
2 checks passed
Copy link

🎉 This PR is included in version 1.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants