You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Vitaly Brodetskyi (JIRA)" <ji...@apache.org> on 2014/02/12 15:53:19 UTC

[jira] [Created] (AMBARI-4630) Passthrough /proxy API not passing through extra params

Vitaly Brodetskyi created AMBARI-4630:
-----------------------------------------

             Summary: Passthrough /proxy API not passing through extra params
                 Key: AMBARI-4630
                 URL: https://issues.apache.org/jira/browse/AMBARI-4630
             Project: Ambari
          Issue Type: Task
          Components: agent
            Reporter: Vitaly Brodetskyi
            Assignee: Vitaly Brodetskyi
            Priority: Critical
         Attachments: AMBARI-4630.patch

UI makes the following call where there are multiple params which should end up in the target URL
{code}
/proxy?url=http://server:8188/ws/v1/apptimeline/HIVE_QUERY_ID?fields=events,primaryfilters&limit=10&primaryFilter=user:hiveuser1
{code}

None of the filter params (fields, limit, primaryFilter) are ending up on the target server. The passthrough API should pass through all extra params (other than url). 



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)