You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is to update the plugin httpsend to allow sending a file through HTTP to multiple urls.
With below config example:
# HTTP full URL to use for uploading files
# You can use following placeholders in this url:
# - {ORIGINAL_BASENAME}
# - {ORIGINAL_DIRNAME}
# - {RANDOM_ID}
# - {STEP_COUNTER}
# - {ORIGINAL_UID}
# - strftime placeholders like %Y%m%d
# Example for feeding another mfdata with HTTP
# http://FIXME:9091/incoming/{ORIGINAL_BASENAME}
# (coma separated list of urls)
http_url=http://server1:9091/incoming/{ORIGINAL_BASENAME},http://server2:9091/incoming/{ORIGINAL_BASENAME},http://server3:9091/incoming/{ORIGINAL_BASENAME}
The text was updated successfully, but these errors were encountered:
The idea is to update the plugin
httpsend
to allow sending a file through HTTP to multiple urls.With below config example:
The text was updated successfully, but these errors were encountered: