Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Base64エンコーディングを使用して(文字列に変換して)サーバーにアップロードした画像ファイルがあります。サーバーはその文字列をテキスト ファイルに保存し、そのテキスト ファイルの URL を教えてくれました。
そのテキストファイルからエンコードされた文字列をリモートで取得するにはどうすればよいですか?