C
C#15mo ago
Gekidow

❔ C# Rewrite ODT Links and download associated files

Hello, I have a problem for several weeks on my c# code, my application is used to read an ODT file and download all the documents (pointed by links in this file). The problem is that when I run my program, I have the right number of files that are downloaded and the number of links present in the document, but the downloaded files are not PDFs but are 18kb files with the code inside the code of an identification page. I can't retrieve and store the authentication cookie to allow it to be used for downloads I linked my code
5 Replies
JakenVeina
JakenVeina15mo ago
so, the links you're trying to download are, like, website URLs? but it's not working cause the website is expecting you to auth?
Accord
Accord15mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Gekidow
Gekidow15mo ago
yes exactly
JakenVeina
JakenVeina15mo ago
what you're doing amounts to HTML scraping if the website doesn't provide you with a non-authenticated way to download these files, or a dedicated API, that's them not supporting the ability for you to programmatically scrape these files
Accord
Accord15mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ How to verify data according to DDD, SOLID and Clean Architecture?I own in two places one IF, it is: ```cs if(credential.Status != Credential.StatusType.Verified) ```✅ ✅ I can't display message in my dropdown if no data availablehttps://stackoverflow.com/questions/76199462/i-cant-display-message-in-my-dropdown-if-no-data-availa❔ Draggable markers on Gmap.NETI am using Gmap.NET and I'm trying to make the markers become draggable on the GUI. Any idea how to ❔ Using Allure for my tests but loading the report doesn’t usually workUsually when i try to open my report using “allure open “allure-report”” The server starts but acce❔ Using inheritance in my projectI'm building a book shelf project and I need help with modifying my ctor so I could assign each inpu✅ How to Save HighScore in each difficulty separately?I don't know how to save players HighScore for each difficulty separately, so that it will not be th❔ how to turn off computer 1 from computer 2 with his ip and connected to the same networkhello how do i shutdown a computer remotly with ip? shutdown /m \\{IP}/s /t 3 thats what im doing inNew to CodingHey guys, so I have written a player movement/camera controller however I ended up messing smoething✅ Whats this meanSystem.NotImplementedException: 'The method or operation is not implemented.' the line of code it pi✅ WPF simple project need help with bindingso i have ColorArgb class which stands for color, and i have to bind it in xaml for rectangle backgr