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 cookie auth to confluence upload #68

Open
Semprini opened this issue Mar 3, 2024 · 0 comments
Open

Add cookie auth to confluence upload #68

Semprini opened this issue Mar 3, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Semprini
Copy link
Owner

Semprini commented Mar 3, 2024

curl --insecure -u ":" -G "https:///rest/api/content/search?limit=1" --data-urlencode "cql=(creator=currentUser() AND type=page)" --cookie-jar ./confluence-cookies.txt

# Netscape HTTP Cookie File
# https://curl.haxx.se/docs/http-cookies.html
# This file was generated by libcurl! Edit at your own risk.
 
#HttpOnly_confluence.westpac.co.nz  FALSE   /   TRUE    0   JSESSIONID  abcdefghijklmnop123456789

https://docs.atlassian.com/atlassian-confluence/REST/5.9.10/
https://developer.atlassian.com/server/confluence/advanced-searching-using-cql/

@Semprini Semprini added the enhancement New feature or request label Mar 3, 2024
@Semprini Semprini self-assigned this Mar 3, 2024
@Semprini Semprini added this to the 2.0 milestone Apr 24, 2024
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

No branches or pull requests

1 participant