ma-no-har commented on issue #9529:
URL: https://github.com/apache/trafficserver/issues/9529#issuecomment-3531963564

   I have configured my map rule like this , when i do the call
   curl -v -H "Authorization: Bearer testtoken98976" http://localhost:8080
   bash-5.1$ curl -v -H "Authorization: Bearer testtoken98976" 
http://localhost:8080
   *   Trying ::1:8080...
   * Connected to localhost (::1) port 8080 (#0)
   > GET / HTTP/1.1
   > Host: localhost:8080
   > User-Agent: curl/7.76.1
   > Accept: */*
   > Authorization: Bearer testtoken98976
   >
   * Mark bundle as not supporting multiuse
   < HTTP/1.1 404 Not Found
   < Date: Fri, 14 Nov 2025 09:08:32 GMT
   < Connection: close
   < Server: ATS/10.1.0
   < Cache-Control: no-store
   < Content-Type: text/plain
   < Content-Language: en
   < Content-Length: 14
   <
   404 Not Found
   * Closing connection 0
   getting 404 code , so can any one tell me how do i conform that authproxy.so 
plugin is loading or not ?? FYI iam using the in build plugin which is already 
present inside the ATS.
    
   map http://localhost:8080 http://httpbin.org/bearer/ \
     @plugin=authproxy.so @pparam=--auth-transform=head


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to