cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1032
Views
0
Helpful
3
Replies

FMC v 7.0.1 SI Customized Network Feed url Request Method issue

yuzaimee_yahaya
Level 1
Level 1

Hello,

I have the issue regarding SI Network Feed for iprep

FMC upgraded from Version 6.5 to Version 7.0.1

 

I created a simple http server to feed my NetworkFeed. On FMC version 6.5.0.2, it is working fine. Update from feed will execute every 30 min.

 

But on FMC 7.0.1, I received a weird error which is FMC performing POST Request on my http url. Error log is Method not Allowed. Code 405.

 

It is suppose doing GET Request Method as previous version but on 7.0.1 the update using POST which is not supported on my http setting.

FMC suppose to GET the simple text ip list. Not doing any data changes.

 

Performing tcpdump showing POST Request from FMC.

 

TAC Engineer doing a test on their lab and return with the result on version 7.0.1 is execute GET request.

 

But why on my FMC is execute POST? 

Is there any advise or cli guide to confirm on SI  Update for iprep is configured to perform GET Request Method from FMC to my http feed server.

3 Replies 3

yuzaimee_yahaya
Level 1
Level 1

Shared tcpdump : 

POST Request by FMC

Method Not Allowed replied from http

Did you ever receive a fix for this?

We just upgraded our FMC from 6.6 and seeing the same issue with our txt URL feeds.

we fixed by upgrade to 7.1.0 (build 90)

 

you can check before performing upgrade to 7.1.0 (build 90) by using tcpdump and ensure that POST request is performed by FMC.

 

Supposedly FMC using GET Request to url