Tag: Web
All the articles with the tag "Web".
Cross Origin Resource Sharing and Content Security Policy
Updated:Got to love having a vendor carrying out half a job... again. Having installed a new VMWare Horizon environment for Windows 10, I thought we'd at least hav
Laravel Routing Returns 302 Redirect
Updated:That was a frustrating few hours. I added a route into my api.php route and every time I visited it it triggered a redirect. I saw nothing in the browser and it was like my controller function wasn't even being called.
Java Decompiler
Today I've been working on a problem where properties being loaded into our CRM system from a GIS DTF file are doing some strange updates. It appears that
Adding Crucible to Jira
Continuing the Jira and Confluence journey into Crucible I faced a challenge of adding it beneath the same reverse proxy setup. My aim was to end up with a
Laravel 5.5 and Bootstrap 4
Updated:Laravel 5.5 ships with Bootstrap 3. To make it use Bootstrap 4 you need to make a few changes. resources/assets/js/bootstrap.js Change require('bootstrap-s
React and Webpack - Project Template
I've begun looking at building a project using React and followed some online sources to begin with. But then I fell into outdated material that related to
JIRA, Confluence and Nginx
Updated:With Atlassian Jira Software and Confluence installed onto the same server I thought I'd investigate setting things up so we don't have to use the default
Verint Online Forms
Updated:We're new to this and trying to integrate a form solution with our Lagan CRM system. We have a corporately installed test and production system for forms,
When is a Question Mark not a ?
That's a morning of smashing my face on the desk again. I deployed my dev program onto a production system and then started crying as it stopped working as
Postman is Awesome
Updated:I'm in the process of testing and documenting my API's and up until yesterday I'd only used postman to test my responses gave me something back. But it's capable of so much more!