REST Web サービスがあり、次のようなパラメーターを使用して URL を実行したいと考えています。
http://localhost:8080/Students/StudentsWS/students_schedule/?link=StudentsDisplay.aspx?StudentID=3
お気づきの場合は、渡されたパラメーターに等号があります。サーバーは=3
文字なしでそのアドレスを受信しています:
http://localhost:8080/Students/StudentsWS/students_schedule/?link=StudentsDisplay.aspx?StudentID
その等号を渡す解決策はありますか?
どうもありがとうございました。