Skip to content

hadri3n/Portal

 
 

Repository files navigation

#Angular portal build status

Screenshot

CORS problems

Jenkins

A solution for CORS enabling:

Install Jenkins-CORS plugin.

Other solution

Proxify behind Apache with CORS enabled

Example for Sonar :

NameVirtualHost *:80
<VirtualHost *:80>
    ProxyPreserveHost On
    
    Header set Access-Control-Allow-Origin "*"
    Header set Access-Control-Allow-Methods' '*'
   
    ProxyPass /sonar http://localhost:9000/sonar
    ProxyPassReverse /sonar http://localhost:9000/sonar

    ServerName localhost
</VirtualHost>

About

A simple portal build with AngularJs

Resources

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 43.8%
  • CSS 27.4%
  • HTML 26.4%
  • Groovy 2.4%