bash - Authenticate with Office 365 in terminal -


i have confluence page i'm trying download using url export pdf option.

https://confluence.xxxxxxxx.com/spaces/flyingpdf/pdfpageexport.action?pageid=xxxxxxxx

this used work fine confluence use authenticates through office 365, when wget url gives me login.action html file login on office 365 rather actual pdf, that's if give credentials --user , --ask-password flags.

how can authentication through terminal such can programatically save pdf rather going through browser?


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -