Also worth checking if the HUD is enabled, that does redirects. (Though
On 09/08/2023 03:55, ricekot wrote:
> Hi,
>
> Your traefik ingress file seems to be formatted incorrectly (serviceName
> and servicePort should be nested under backend), but that's probably a
> copy-paste issue.
>
> One thing I'd suggest trying is to check all the redirect URLs, using
> something like
> curl -v -L
https://api.yourdomain.com/ 2>&1 | grep -i "^< location:"
>
> You may also need to add an alias for your domain in the Network options.
> See
>
https://www.zaproxy.org/docs/desktop/addons/network/options/localservers/#aliases
> .
>
> Best regards,
> Akshath
>
> On Monday, August 7, 2023 at 6:33:39 PM UTC+5:30
TBT_P...@hotmail.com wrote:
>
>> Hello!
>> I have attempted to deploy ZAP into a Kubernetes cluster, and while
>> setting it up, I've encountered a problem accessing the API on port 8090.
>>
>> The following is some of the templates I've used in relation to
>> networking/deployment of the container.
>>