Skip to main content

Hi everybody

 

I have FME Flow 2024.2.3 installed on a virtual machine in Azure.


I'm trying to publish a workspace from my computer using FME Form (FME Workbench 2024.2.3), and the WAF blocks it. I get the following error:

requestUri_s /fmeapiv4/repositories/Samples/items/upload?overwrite=true
Message: Illegal Content-Type header
details_message_s Pattern match ^[\w\d/\.\-\+]+(?:\s?;\s?(?boundary|charset)\s?=\s?[‘”\w\d\,\-]+)
details_data_s {found within [REQUEST_HEADERS:]}

How can I view the header content to determine what is illegal?

 

Thank you for the help!

Gerard 

What is the name of the fmw you are trying to publish? Any special characters in the name?


Then name of the fmw is test


You could install fiddler on the machine to see what is being sent.

The easier approach would be to look at the WAF logs (or work with your IT to do so) and figure out what the issue is. You might need to increase the level of logging on the WAF to see the request, but that should be pretty easy to do


Hi

Thanks for your comments

I installed several tools, including Fiddler and Wireshark, on the machine where I have FME Form installed, but I can't view the header details requested by the Systems department responsible for the WAF.

I will ask the Systems department if they can increase the level of logging on the WAF.