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.
Android で短い URL から長い URL を取得したいと考えています。長いURLを取得する方法はありますか?
はいと言うことができれば。Androidコードを見せてください。
C# 用のソリューションはありますが、Android 用の方法が見つかりません。
string uriString = response.Headers["Location"];
HTTP 応答ヘッダーのフィールドについて話している場合は、そうです。使用するresponse.getHeader("Location");
response.getHeader("Location");