Dingdangdongchingchangchong
✅ ASP.Net Core API which accepts a pdf file and can return it
Thanks a lot, so to summarize the steps:
Http Request:
base64 encode pdf
set contenttype to application/pdf
Logic at my controller:
Decode blabla
Http Response:
Repeat steps in Http Request
Thanks a lot again for your input, now I have some keywords I can google to improvise. Got a dot net internship but I didn't learn this language nor framework in uni so I struggled a little (we learned Java)
I didn't realize that base64 libraries are apparently missing in C#
16 replies