This is a simple k8s-api project. It is built on Golang and utilises the client-go library to interact with Kubernetes Cluster. It is a plug and play solution and can be used to create a k8s-api server.
So this project can be run on curl or on Browser.
Web Browsers by their nature have this irritating nature to bug the API with a GET Request to "/favicon.ico"
I am no wiz in Frontend, but what I learned is that it does this to get an icon for the tab.
I don't have any problem with it, only that this is making my Logs look ugly !
Without any reason I am seeing 500 error codes in my logs for a URI I never intended to make.
I want to disable this. No matter the cost.
Anyone is welcome to do it! Or else:
So this project can be run on curl or on Browser. Web Browsers by their nature have this irritating nature to bug the API with a GET Request to "/favicon.ico" I am no wiz in Frontend, but what I learned is that it does this to get an icon for the tab. I don't have any problem with it, only that this is making my Logs look ugly ! Without any reason I am seeing 500 error codes in my logs for a URI I never intended to make.
I want to disable this. No matter the cost. Anyone is welcome to do it! Or else: