Issue report by Nicholas Orr
Product
FileMaker ProVersion
12.0v3Operating system version
Mac OS 10.8.2Description of the issue
When doing Insert From URL, FileMaker is returning an error 507 for some URLs. For example, using the script step, put in this url :https://Admin:Admin@fms12.goya.com.au/RESTfm/RESTfmSync/layout/SampleTable.RESTfm/49.simple?Field5=kwf&RFMmethod=PUT
FileMaker will not send the url and gives a 507 error. However append a & on the end to :
https://Admin:Admin@fms12.goya.com.au/RESTfm/RESTfmSync/layout/SampleTable.RESTfm/49.simple?Field5=kwf&RFMmethod=PUT&
and it works fine. I can't see how this is in anyway a more valid url, and the error seems to be related to field validation ( of which this field has none ) and not url validation. However, either way it shouldn't cause this error
Steps to reproduce the problem
Create a new file with a single text field. Add a script to do Insert From URL to the new field and use this url :https://Admin:Admin@fms12.goya.com.au/RESTfm/RESTfmSync/layout/SampleTable.RESTfm/49.simple?Field5=kwf&RFMmethod=PUT
Run the script in the debugger, and check the last error code on that script step.