Title: brooklands's Replies | WordPress.org

---

# brooklands

  [  ](https://wordpress.org/support/users/brooklands/)

 *   [Profile](https://wordpress.org/support/users/brooklands/)
 *   [Topics Started](https://wordpress.org/support/users/brooklands/topics/)
 *   [Replies Created](https://wordpress.org/support/users/brooklands/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/brooklands/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/brooklands/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/brooklands/engagements/)
 *   [Favorites](https://wordpress.org/support/users/brooklands/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Blogger Import: publish problem](https://wordpress.org/support/topic/blogger-import-publish-problem/)
 *  Thread Starter [brooklands](https://wordpress.org/support/users/brooklands/)
 * (@brooklands)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/blogger-import-publish-problem/#post-339355)
 * I’ve managed to solve this problem (actually there were two). The first problem
   was that as we’re behind a proxy server I had to modify the script to get CURL
   to route through it, and I missed the port number off when setting it in the 
   post_blogger function.
 * The second problem was that our proxy was rejecting the request to the blogger
   site when checking the status of the publish operation. It complained of an ‘
   illegal’ character in the request, which on examination turned out the be a line-
   feed between the URL and the HTTP header. I added a line of code to strip any
   control characters off the URL before using it and everything now works OK.
 * Brooklands

Viewing 1 replies (of 1 total)