Project

General

Profile

« Previous | Next » 

Revision 46788

Update web.xml, Add POST as allowed method

View differences:

modules/uoa-user-management/trunk/src/main/webapp/WEB-INF/web.xml
49 49
        </init-param>
50 50
        <init-param>
51 51
            <param-name>cors.allowed.methods</param-name>
52
            <param-value>GET</param-value>
52
            <!--<param-value>GET, POST, HEAD, OPTIONS, PUT</param-value> -->
53
            <param-value>GET, POST</param-value>
53 54
        </init-param>
54 55
        <init-param>
55 56
            <param-name>cors.exposed.headers</param-name>

Also available in: Unified diff