Currently I have a frontend that uses a proxy URL that it routes through to obtain several different links of containers.
I would like to set it up so that the frontend instead cycle through a list of potential proxy URLs and if one did not return a code 200, it would move on to the next proxyURL in the list until it could find a working link.
I'm not sure where to start with this, however, so any help would be appreciated