I want get RSS code from a URL with Retrofit and if I enter url staticly in the get annotation everything is OK but with dynamic url I get an error.
Retrofit
My
My problem was that I had the @POST annotation, but forgot the @Body annotation for the parameter.
@POST
@Body