Related Posts

Implement IBM HTTP Server reverse proxy to avoid CORS in AngularJS

  • 21 Sep, 2016

Working this week on a new WebSphere Portal Project. Several content are using AngularJS and some calls to get data go to another server in another domain. To avoid CORS(https://en.wikipedia.org/wiki/Cross-originresourcesharing) we implement a reverse proxy on the IHS side. Bellow the config of my httpd.conf. LoadModule proxy\module modules/mod\proxy.so LoadModule proxy\connect\module modules/mod\proxy\connect.so LoadModule proxy\http\module modules/mod\proxy\http.so LoadModule ibm\ssl\module modules/mod\ibm\ssl.so SSLProxyEngine on KeyFile /opt/IBM/HTTPServer/bin/key.kdb SSLStashfile /opt/IBM/HTTPServer/bin/key.sth Proxypass /acme/products  https://anotherdomain/api/v1/products Proxypa

Implement IBM HTTP Server reverse proxy to avoid CORS in AngularJSRead More

Textbox.io for Angular JS

  • 19 Sep, 2016

Textbox.io for AngularJS allows developers to leverage the capabilities of the Textbox.io WYSIWYG Rich Text Editor in forms within your AngularJS application. This provides a far more feature rich content authoring environment than a standard textarea.

Textbox.io for Angular JSRead More