Data for this Agent is available at these URLs:
<% url = lambda { |format| web_requests_url(:agent_id => @agent.id, :user_id => current_user.id, :secret => @agent.options['secret'], :format => format) } %>
- <%= link_to url.call(:html), url.call(:html), :target => :blank %>
- <%= link_to url.call(:json), url.call(:json), :target => :blank %>
- <%= link_to url.call(:xml), url.call(:xml), :target => :blank %>
... or any other extension you wish, as the extension does not change the content or mime type.