[ 
https://issues.apache.org/jira/browse/MESOS-5735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15476137#comment-15476137
 ] 

Jay Guo edited comment on MESOS-5735 at 9/9/16 6:58 AM:
--------------------------------------------------------

JSONP won't work anyway since we moved from {{GET}} to {{POST}} in HTTP API. 
{{CORS}} imposes security risks and may be only suitable for dev purposes. 
Hence, we are thinking to have proxies in master that relays requests/responds 
between WebUI and agents, so resources will always come from single domain from 
WebUI point of view.


was (Author: guoger):
JSONP won't work anyway since we moved from `GET` to `POST` in HTTP API. `CORS` 
imposes security risks and may be only suitable for dev purposes. Hence, we are 
thinking to have proxies in master that relays requests/responds between WebUI 
and agents, so resources will always come from single domain from WebUI point 
of view.

> Update WebUI to use v1 operator API
> -----------------------------------
>
>                 Key: MESOS-5735
>                 URL: https://issues.apache.org/jira/browse/MESOS-5735
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Vinod Kone
>            Assignee: Jay Guo
>
> Having the WebUI use the v1 API would be a good validation of it's usefulness 
> and correctness.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to