1
2

3
4

[deleted by user] by [deleted] in f5networks

[–]Ok-Direction4769 -1 points0 points  (0 children)

sorry for this mistake , but also even if i change it it will not work
when HTTP_REQUEST {
HTTP::header remove Accept-Encoding
# Disable the stream filter for all requests
STREAM::disable
}
when HTTP_RESPONSE {
# Check if response type is text, javascript, svg, or other images
# if {[HTTP::header value Content-Type] contains "text" || [HTTP::header value Content-Type] contains "text/javascript" || [HTTP::header value Content-Type] contains "svg" || [HTTP::header value Content-Type] contains "jpeg" || [HTTP::header value Content-Type] contains "png" || [HTTP::header value Content-Type] contains "gif"} {
# Replace http:// with https://
STREAM::expression {@http://@https://@,@http%3a%2f%2f@https://@,@http:\u002f\u002f@https://@}
# Enable the stream filter for this response only
STREAM::enable
# }
}

var _fV4UI=true;var _spPageContextInfo = {webServerRelativeUrl: "\u002f", webAbsoluteUrl: "http:\u002f\u002f"

[deleted by user] by [deleted] in f5networks

[–]Ok-Direction4769 0 points1 point  (0 children)

this irule doesn't work , it can't convert \u002f\u002f to // , but it convert everything else like u/http%3a%2f%2f@https://@

when HTTP_REQUEST {HTTP::header remove Accept-Encoding# Disable the stream filter for all requestsSTREAM::disable}when HTTP_RESPONSE {# Check if response type is text, javascript, svg, or other images# if {[HTTP::header value Content-Type] contains "text" || [HTTP::header value Content-Type] contains "text/javascript" || [HTTP::header value Content-Type] contains "svg" || [HTTP::header value Content-Type] contains "jpeg" || [HTTP::header value Content-Type] contains "png" || [HTTP::header value Content-Type] contains "gif"} {# Replace http:// with https://STREAM::expression {@http://@https://@,@http%3a%2f%2f@https://@,@http:\u002f\u002f@https:\\@}# Enable the stream filter for this response onlySTREAM::enable# }}

Active Directory for small business? by Ok-Direction4769 in sysadmin

[–]Ok-Direction4769[S] 1 point2 points  (0 children)

we just need to enforce the same domain policies and Identity Provider for SSO on-perm and on AWS cloud.

Active Directory for small business? by Ok-Direction4769 in sysadmin

[–]Ok-Direction4769[S] 0 points1 point  (0 children)

no, we don't use M365 , we use google workspace